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
….1.0
  • Loading branch information
renovate[bot] authored Oct 19, 2023
1 parent 29415f0 commit 7c93e9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nextjs_bundle_analysis_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,14 @@ jobs:
body-includes: '<!-- __NEXTJS_BUNDLE_${{ inputs.name }} -->'

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

0 comments on commit 7c93e9a

Please sign in to comment.