diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6700e65e..5e187659 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