Skip to content

Commit c5bf03c

Browse files
Bump peter-evans/find-comment from 3 to 4 (#2646)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f360f6b commit c5bf03c

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
@@ -73,7 +73,7 @@ jobs:
7373
echo 'A plot of the benchmark results has been uploaded as an artifact at ${{ steps.artifact-upload-step.outputs.artifact-url }}.' >> body.md
7474
7575
- name: Find Comment
76-
uses: peter-evans/find-comment@v3
76+
uses: peter-evans/find-comment@v4
7777
id: fcbenchmark
7878
with:
7979
issue-number: ${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)