diff --git a/.github/workflows/pr_lint_review.yml b/.github/workflows/pr_lint_review.yml index ec42384e..755b5b9c 100644 --- a/.github/workflows/pr_lint_review.yml +++ b/.github/workflows/pr_lint_review.yml @@ -42,7 +42,7 @@ jobs: - run: | unzip event.json.zip - name: Run Verible linter action - uses: chipsalliance/verible-linter-action@v1.1 + uses: chipsalliance/verible-linter-action@v1.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} suggest_fixes: 'false'