Skip to content

Commit 41bc0aa

Browse files
authored
Merge pull request #181 from OpenVoxProject/dependabot/github_actions/peter-evans/find-comment-4
Chore(deps): Bump peter-evans/find-comment from 3 to 4
2 parents 378502c + 94e3f37 commit 41bc0aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
retention-days: 1 # quite low retention, because the artifacts are quite large
117117
overwrite: true # overwrite old artifacts if a PR runs again (artifacts are per PR * per project)
118118
- name: Find existing comment
119-
uses: peter-evans/find-comment@v3
119+
uses: peter-evans/find-comment@v4
120120
# Check if the event is not triggered by a fork
121121
# https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#restrictions-on-repository-forks
122122
if: github.event.pull_request.head.repo.full_name == github.repository

0 commit comments

Comments
 (0)