Skip to content

Commit

Permalink
Merge pull request #3680 from signalco-io/renovate/peter-evans-create…
Browse files Browse the repository at this point in the history
…-or-update-comment-3.x

chore(deps): update peter-evans/create-or-update-comment action to v3.1.0
  • Loading branch information
AleksandarDev authored Oct 19, 2023
2 parents b5a8ec4 + 7c93e9a commit 5e04da8
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 5e04da8

Please sign in to comment.