Skip to content

Commit 97ea4fd

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 cff0f1e commit 97ea4fd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/create_package_recipe.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
# indication that the process has started
1616
- name: React on comment
17-
uses: peter-evans/create-or-update-comment@v4
17+
uses: peter-evans/create-or-update-comment@v5
1818
with:
1919
comment-id: ${{ github.event.comment.id }}
2020
reactions: eyes
@@ -56,7 +56,7 @@ jobs:
5656

5757
- name: Post comment listing offending packages
5858
if: steps.get_package_names.outputs.offending_ssfs != ''
59-
uses: peter-evans/create-or-update-comment@v4
59+
uses: peter-evans/create-or-update-comment@v5
6060
with:
6161
issue-number: ${{ github.event.issue.number }}
6262
token: ${{ secrets.delphis_bot_org_token }}
@@ -104,7 +104,7 @@ jobs:
104104
# # indication that the process is done
105105
# - name: React on comment
106106
# if: steps.commit_changes.outcome == 'success' || steps.commit_changes.outcome == 'failure'
107-
# uses: peter-evans/create-or-update-comment@v4
107+
# uses: peter-evans/create-or-update-comment@v5
108108
# with:
109109
# comment-id: ${{ github.event.comment.id }}
110110
# reactions: eyes

.github/workflows/rename_package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
# indication that the process has started
1919
- name: React on comment
20-
uses: peter-evans/create-or-update-comment@v4
20+
uses: peter-evans/create-or-update-comment@v5
2121
with:
2222
comment-id: ${{ github.event.comment.id }}
2323
reactions: rocket
@@ -69,7 +69,7 @@ jobs:
6969
7070
## DEBUG
7171
# - name: Post debug comment
72-
# uses: peter-evans/create-or-update-comment@v4
72+
# uses: peter-evans/create-or-update-comment@v5
7373
# with:
7474
# issue-number: ${{ github.event.issue.number }}
7575
# token: ${{ secrets.delphis_bot_org_token }}
@@ -82,7 +82,7 @@ jobs:
8282

8383
- name: Post error comment
8484
if: steps.target_check.outputs.target_exists == 'false' || steps.destination_check.outputs.destination_free == 'false'
85-
uses: peter-evans/create-or-update-comment@v4
85+
uses: peter-evans/create-or-update-comment@v5
8686
with:
8787
issue-number: ${{ github.event.issue.number }}
8888
token: ${{ secrets.delphis_bot_org_token }}

0 commit comments

Comments
 (0)