Skip to content

Commit

Permalink
Bump peter-evans/create-or-update-comment from 2 to 3 (#4935)
Browse files Browse the repository at this point in the history
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lukas Taegert-Atkinson <lukastaegert@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and lukastaegert committed Apr 11, 2023
1 parent 7d62c65 commit 6e1624a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/repl-artefacts.yml
Expand Up @@ -57,7 +57,7 @@ jobs:
comment-author: 'github-actions[bot]'
body-includes: 'Thank you for your contribution!'
- name: Create or update comment
uses: peter-evans/create-or-update-comment@v2
uses: peter-evans/create-or-update-comment@v3
id: createInitialComment
with:
comment-id: ${{ steps.findComment.outputs.comment-id }}
Expand All @@ -80,7 +80,7 @@ jobs:
with:
site_name: "rollupjs"
- name: Update comment for Netlify
uses: peter-evans/create-or-update-comment@v2
uses: peter-evans/create-or-update-comment@v3
if: ${{ steps.waitForNetlify.outputs.url }}
with:
comment-id: ${{ steps.createInitialComment.outputs.comment-id }}
Expand Down

1 comment on commit 6e1624a

@vercel
Copy link

@vercel vercel bot commented on 6e1624a Apr 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

rollup – ./

rollup-eight.vercel.app
rollup-rollup-js.vercel.app
rollup-git-master-rollup-js.vercel.app

Please sign in to comment.