diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 4eb0e17..6e5fcc6 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -78,9 +78,7 @@ jobs: uses: actions/checkout@v4 - name: Install Luau - uses: marked/install-luau@v4 - with: - token: ${{ secrets.githubttoken }} + uses: https://github.com/EncodedVenom/install-luau@v4.3 - name: Install Rokit uses: https://github.com/CompeyDev/setup-rokit@v0.1.2