Skip to content

Commit

Permalink
chore(deps): update peter-evans/create-or-update-comment action to v3…
Browse files Browse the repository at this point in the history
….0.1 (#1814)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 2, 2023
1 parent 6144f16 commit 9019220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nextjs-bundle-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,14 @@ jobs:
body-includes: <!-- __NEXTJS_BUNDLE

- name: Create Comment
uses: peter-evans/create-or-update-comment@v3.0.0
uses: peter-evans/create-or-update-comment@v3.0.1
if: success() && github.event.number && steps.fc.outputs.comment-id == 0
with:
issue-number: ${{ github.event.number }}
body: ${{ steps.get-comment-body.outputs.body }}

- name: Update Comment
uses: peter-evans/create-or-update-comment@v3.0.0
uses: peter-evans/create-or-update-comment@v3.0.1
if: success() && github.event.number && steps.fc.outputs.comment-id != 0
with:
issue-number: ${{ github.event.number }}
Expand Down

1 comment on commit 9019220

@vercel
Copy link

@vercel vercel bot commented on 9019220 May 2, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.