Skip to content

Commit 62d0bb5

Browse files
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](peter-evans/find-comment@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] <support@github.com>
1 parent 8d44613 commit 62d0bb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
[ $EXIT_CODE -eq 2 ] && exit 1 || exit 0
5959
6060
- name: Find comment
61-
uses: peter-evans/find-comment@v3
61+
uses: peter-evans/find-comment@v4
6262
id: find-comment
6363
with:
6464
issue-number: ${{ github.event.pull_request.number }}

.github/workflows/benchmark_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
echo 'Go to "Actions"->"Benchmark a pull request"->[the most recent run]->"Artifacts" (at the bottom).' >> body.md
6161
6262
- name: Find Comment
63-
uses: peter-evans/find-comment@v3
63+
uses: peter-evans/find-comment@v4
6464
id: fcbenchmark
6565
with:
6666
issue-number: ${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)