From 1e4ffd46bbfec763ad9aa08027c79407783c1ff8 Mon Sep 17 00:00:00 2001 From: EncodedVenom <32179912+EncodedVenom@users.noreply.github.com> Date: Mon, 15 Jul 2024 00:04:32 -0400 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6700e65..5e18765 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v4 - name: Install Luau - uses: encodedvenom/install-luau@v1 + uses: encodedvenom/install-luau@v2.1 - name: Run Unit Tests id: run_tests @@ -25,4 +25,4 @@ jobs: else echo "Error: One or More Unit Tests Failed." exit 1 - fi \ No newline at end of file + fi