Skip to content

Commit 9503620

Browse files
Bump peter-evans/create-or-update-comment from 4 to 5
Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 4 to 5. - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](peter-evans/create-or-update-comment@v4...v5) --- updated-dependencies: - dependency-name: peter-evans/create-or-update-comment dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cd79b2b commit 9503620

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
@@ -83,7 +83,7 @@ jobs:
8383

8484
- name: Update comment
8585
if: always() && github.repository_owner == 'seqan'
86-
uses: peter-evans/create-or-update-comment@v4
86+
uses: peter-evans/create-or-update-comment@v5
8787
with:
8888
comment-id: ${{ steps.find_comment.outputs.comment-id }}
8989
issue-number: ${{ env.ISSUE }}

.github/workflows/cron_avx2.yml

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

105105
- name: Update comment
106106
if: always() && github.repository_owner == 'seqan'
107-
uses: peter-evans/create-or-update-comment@v4
107+
uses: peter-evans/create-or-update-comment@v5
108108
with:
109109
comment-id: ${{ steps.find_comment.outputs.comment-id }}
110110
issue-number: ${{ env.ISSUE }}

.github/workflows/cron_latest_libraries.yml

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

114114
- name: Update comment
115115
if: always() && github.repository_owner == 'seqan'
116-
uses: peter-evans/create-or-update-comment@v4
116+
uses: peter-evans/create-or-update-comment@v5
117117
with:
118118
comment-id: ${{ steps.find_comment.outputs.comment-id }}
119119
issue-number: ${{ env.ISSUE }}

0 commit comments

Comments
 (0)