Skip to content

Commit 03576a9

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] <[email protected]>
1 parent cd79b2b commit 03576a9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cron_api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575

7676
- name: Find Comment
7777
if: always() && github.repository_owner == 'seqan'
78-
uses: peter-evans/find-comment@v3
78+
uses: peter-evans/find-comment@v4
7979
id: find_comment
8080
with:
8181
issue-number: ${{ env.ISSUE }}

.github/workflows/cron_avx2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696

9797
- name: Find Comment
9898
if: always() && github.repository_owner == 'seqan'
99-
uses: peter-evans/find-comment@v3
99+
uses: peter-evans/find-comment@v4
100100
id: find_comment
101101
with:
102102
issue-number: ${{ env.ISSUE }}

.github/workflows/cron_latest_libraries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105

106106
- name: Find Comment
107107
if: always() && github.repository_owner == 'seqan'
108-
uses: peter-evans/find-comment@v3
108+
uses: peter-evans/find-comment@v4
109109
id: find_comment
110110
with:
111111
issue-number: ${{ env.ISSUE }}

0 commit comments

Comments
 (0)