Skip to content

Commit

Permalink
Merge pull request #148 from rharkor/renovate/peter-evans-create-or-u…
Browse files Browse the repository at this point in the history
…pdate-comment-3.x

chore(deps): update peter-evans/create-or-update-comment action to v3
  • Loading branch information
rharkor authored Sep 26, 2023
2 parents 30bffa6 + 502fb37 commit c4e6540
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 @@ -118,14 +118,14 @@ jobs:
body-includes: "<!-- __NEXTJS_BUNDLE -->"

- name: Create Comment
uses: peter-evans/create-or-update-comment@v2
uses: peter-evans/create-or-update-comment@v3
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@v2
uses: peter-evans/create-or-update-comment@v3
if: success() && github.event.number && steps.fc.outputs.comment-id != 0
with:
issue-number: ${{ github.event.number }}
Expand Down

0 comments on commit c4e6540

Please sign in to comment.