aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-11-07 19:01:06 +0000
committerGitHub <[email protected]>2025-11-07 19:01:06 +0000
commit024af538ff172cfec1904813ef879350b9540fbc (patch)
tree3ec7cb5259b2f7d7b5f0d8a901e182388abad56f /.github
parent5632acec18cc5906b1625a8facf530db56c73300 (diff)
chore(deps): bump peter-evans/find-comment from 3 to 4
Bumps [peter-evans/find-comment](https://github.com/peter-evans/find-comment) from 3 to 4. - [Release notes](https://github.com/peter-evans/find-comment/releases) - [Commits](https://github.com/peter-evans/find-comment/compare/v3...v4) --- updated-dependencies: - dependency-name: peter-evans/find-comment dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cargo-vet-pr-comment.yml2
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]'