aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cargo-vet-pr-comment.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cargo-vet-pr-comment.yml b/.github/workflows/cargo-vet-pr-comment.yml
index 6a9b84af5..4dec76822 100644
--- a/.github/workflows/cargo-vet-pr-comment.yml
+++ b/.github/workflows/cargo-vet-pr-comment.yml
@@ -63,7 +63,7 @@ jobs:
63 if: github.event.workflow_run.conclusion == 'failure' 63 if: github.event.workflow_run.conclusion == 'failure'
64 steps: 64 steps:
65 - name: 'Comment on PR - Failure' 65 - name: 'Comment on PR - Failure'
66 uses: peter-evans/create-or-update-comment@v4 66 uses: peter-evans/create-or-update-comment@v5
67 with: 67 with:
68 comment-id: ${{ needs.find-pr-comment.outputs.comment-id }} 68 comment-id: ${{ needs.find-pr-comment.outputs.comment-id }}
69 issue-number: ${{ needs.find-pr-comment.outputs.pr-number }} 69 issue-number: ${{ needs.find-pr-comment.outputs.pr-number }}
@@ -120,7 +120,7 @@ jobs:
120 # Only update the comment if it exists 120 # Only update the comment if it exists
121 # This is to avoid creating a new comment if the cargo-vet job has never failed before 121 # This is to avoid creating a new comment if the cargo-vet job has never failed before
122 if: ${{ needs.find-pr-comment.outputs.comment-id }} 122 if: ${{ needs.find-pr-comment.outputs.comment-id }}
123 uses: peter-evans/create-or-update-comment@v4 123 uses: peter-evans/create-or-update-comment@v5
124 with: 124 with:
125 comment-id: ${{ needs.find-pr-comment.outputs.comment-id }} 125 comment-id: ${{ needs.find-pr-comment.outputs.comment-id }}
126 issue-number: ${{ needs.find-pr-comment.outputs.pr-number }} 126 issue-number: ${{ needs.find-pr-comment.outputs.pr-number }}