Skip to content

Commit bdf1353

Browse files
dependency: Update peter-evans/create-or-update-comment action to v5
1 parent 7a2a5d3 commit bdf1353

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gradle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
comment-author: 'github-actions[bot]'
3131

3232
- name: Create progress comment if not exists
33-
uses: peter-evans/create-or-update-comment@v4
33+
uses: peter-evans/create-or-update-comment@v5
3434
if: github.event_name == 'pull_request' && steps.find-comment.outputs.comment-id == ''
3535
id: create-comment
3636
with:
@@ -43,7 +43,7 @@ jobs:
4343
edit-mode: replace
4444

4545
- name: Update progress comment if exists
46-
uses: peter-evans/create-or-update-comment@v4
46+
uses: peter-evans/create-or-update-comment@v5
4747
if: github.event_name == 'pull_request' && steps.find-comment.outputs.comment-id != ''
4848
id: update-comment
4949
with:
@@ -94,7 +94,7 @@ jobs:
9494
overwrite: true
9595

9696
- name: Update comment with download link
97-
uses: peter-evans/create-or-update-comment@v4
97+
uses: peter-evans/create-or-update-comment@v5
9898
if: github.event_name == 'pull_request'
9999
with:
100100
comment-id: ${{ steps.comment.outputs.comment-id }}

0 commit comments

Comments
 (0)