aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-11-07 19:01:00 +0000
committerGitHub <[email protected]>2025-11-07 19:01:00 +0000
commita6852eb433e4b3084d04966dc6ab8839b5f9c91f (patch)
treefe6524627ede1624bb73c4c42a717974b97e950e
parent5632acec18cc5906b1625a8facf530db56c73300 (diff)
chore(deps): bump peter-evans/create-or-update-comment from 4 to 5
Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 4 to 5. - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](https://github.com/peter-evans/create-or-update-comment/compare/v4...v5) --- updated-dependencies: - dependency-name: peter-evans/create-or-update-comment dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
-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 dd8ef37a6..4b8f0f38d 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 }}