Skip to content

Commit 6e1624a

Browse files
Bump peter-evans/create-or-update-comment from 2 to 3 (#4935)
Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 2 to 3. - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](peter-evans/create-or-update-comment@v2...v3) --- updated-dependencies: - dependency-name: peter-evans/create-or-update-comment dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Lukas Taegert-Atkinson <[email protected]>
1 parent 7d62c65 commit 6e1624a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/repl-artefacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
comment-author: 'github-actions[bot]'
5858
body-includes: 'Thank you for your contribution!'
5959
- name: Create or update comment
60-
uses: peter-evans/create-or-update-comment@v2
60+
uses: peter-evans/create-or-update-comment@v3
6161
id: createInitialComment
6262
with:
6363
comment-id: ${{ steps.findComment.outputs.comment-id }}
@@ -80,7 +80,7 @@ jobs:
8080
with:
8181
site_name: "rollupjs"
8282
- name: Update comment for Netlify
83-
uses: peter-evans/create-or-update-comment@v2
83+
uses: peter-evans/create-or-update-comment@v3
8484
if: ${{ steps.waitForNetlify.outputs.url }}
8585
with:
8686
comment-id: ${{ steps.createInitialComment.outputs.comment-id }}

0 commit comments

Comments
 (0)