aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Balbi <[email protected]>2025-11-07 12:06:42 -0800
committerGitHub <[email protected]>2025-11-07 12:06:42 -0800
commitf2f53306e0eeb1f36b1e9852836a3f2c4510dddf (patch)
tree9b27a202a8c18e9187854667166e1aa407f471a0
parentecbe714e0c0410d4a59925a707e06481c57236cf (diff)
parenta6852eb433e4b3084d04966dc6ab8839b5f9c91f (diff)
Merge pull request #4 from OpenDevicePartnership/dependabot/github_actions/peter-evans/create-or-update-comment-5
chore(deps): bump peter-evans/create-or-update-comment from 4 to 5
-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 }}