diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/cargo-vet-pr-comment.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cargo-vet-pr-comment.yml b/.github/workflows/cargo-vet-pr-comment.yml index dd8ef37a6..7586fcac6 100644 --- a/.github/workflows/cargo-vet-pr-comment.yml +++ b/.github/workflows/cargo-vet-pr-comment.yml | |||
| @@ -44,7 +44,7 @@ jobs: | |||
| 44 | 44 | ||
| 45 | - name: 'Find existing comment' | 45 | - name: 'Find existing comment' |
| 46 | id: find-comment | 46 | id: find-comment |
| 47 | uses: peter-evans/find-comment@v3 | 47 | uses: peter-evans/find-comment@v4 |
| 48 | with: | 48 | with: |
| 49 | issue-number: ${{ steps.get-pr-number.outputs.pr_number }} | 49 | issue-number: ${{ steps.get-pr-number.outputs.pr_number }} |
| 50 | comment-author: 'github-actions[bot]' | 50 | comment-author: 'github-actions[bot]' |
