diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1eac2fa..6700e65 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@v0.1.3 + uses: encodedvenom/install-luau@v1 - name: Run Unit Tests id: run_tests