diff --git a/.github/workflows/pr_lint_review.yml b/.github/workflows/pr_lint_review.yml index 755b5b9c..bff5d755 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.2 + uses: chipsalliance/verible-linter-action@main with: github_token: ${{ secrets.GITHUB_TOKEN }} suggest_fixes: 'false'