aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorFelipe Balbi <[email protected]>2025-11-07 12:06:07 -0800
committerGitHub <[email protected]>2025-11-07 12:06:07 -0800
commit145721d74a03e76d000a0f8ae6a6898558c55e92 (patch)
tree2f97e8abe6ac58de5044635673c09ef80f34e50e /.github/workflows
parent2f1b214e881ad35bfa66aefefd164ad78f5b2e86 (diff)
parent024af538ff172cfec1904813ef879350b9540fbc (diff)
Merge pull request #7 from OpenDevicePartnership/dependabot/github_actions/peter-evans/find-comment-4
chore(deps): bump peter-evans/find-comment from 3 to 4
Diffstat (limited to '.github/workflows')
-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 68e16b2f3..6a9b84af5 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]'