diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2c81d76e..52ec6d4d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,7 +5,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 5 steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v4 - name: Prepare run: npm ci - name: Lint