diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37065a32..3c3035c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: run: npm ci --prefer-offline --no-audit --no-optional - name: Run linter(s) 👀 - uses: wearerequired/lint-action@v1 + uses: wearerequired/lint-action@v2 with: github_token: ${{ secrets.GITHUB_TOKEN }} git_name: github-actions[bot]