diff --git a/.github/workflows/vacuum-pr-report.yml b/.github/workflows/vacuum-pr-report.yml index ffa6b5a..1ced6e6 100644 --- a/.github/workflows/vacuum-pr-report.yml +++ b/.github/workflows/vacuum-pr-report.yml @@ -92,7 +92,7 @@ jobs: - name: Find existing Vacuum lint comment id: find-comment if: ${{ always() && github.event_name == 'pull_request' }} - uses: peter-evans/find-comment@v3 + uses: peter-evans/find-comment@v4 with: issue-number: ${{ github.event.pull_request.number }} comment-author: github-actions[bot]