Skip to content

Commit 2cf1d9e

Browse files
authored
[skip ci] update actions
1 parent 8954261 commit 2cf1d9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/create-build-url.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676

7777
- name: Check if a comment was already made
7878
id: find-comment
79-
uses: peter-evans/find-comment@v1
79+
uses: peter-evans/find-comment@v2
8080
with:
8181
issue-number: ${{ steps.get-pr-number.outputs.num }}
8282
comment-author: pirate-bot
@@ -95,15 +95,15 @@ jobs:
9595
echo "::set-output name=body::$body"
9696
- name: Create comment on PR with links to plugin builds
9797
if: ${{ steps.find-comment.outputs.comment-id == '' }}
98-
uses: peter-evans/create-or-update-comment@v1
98+
uses: peter-evans/create-or-update-comment@v2
9999
with:
100100
issue-number: ${{ steps.get-pr-number.outputs.num }}
101101
token: ${{ secrets.BOT_TOKEN }}
102102
body: ${{ steps.get-comment-body.outputs.body }}
103103

104104
- name: Update comment on PR with links to plugin builds
105105
if: ${{ steps.find-comment.outputs.comment-id != '' }}
106-
uses: peter-evans/create-or-update-comment@v1
106+
uses: peter-evans/create-or-update-comment@v2
107107
with:
108108
comment-id: ${{ steps.find-comment.outputs.comment-id }}
109109
edit-mode: replace

0 commit comments

Comments
 (0)