Skip to content

Commit d2b0eb8

Browse files
authored
Merge pull request #3383 from seqan/dependabot/github_actions/peter-evans/create-or-update-comment-5
Bump peter-evans/create-or-update-comment from 4 to 5
2 parents 78de1bc + 9503620 commit d2b0eb8

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)