diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c4df1ebc..6ef2a4d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,15 +14,13 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Setup tools - name: Run aftman - uses: ok-nick/setup-aftman@v0.3.0 - with: - version: v0.2.7 + uses: ok-nick/setup-aftman@main - # Run linter + # Run Linter - name: Update standard library run: selene update-roblox-std - name: Run Selene