Skip to content

Commit

Permalink
chore(deps): update peter-evans/create-or-update-comment digest to 86…
Browse files Browse the repository at this point in the history
…1c151
  • Loading branch information
renovate[bot] authored Dec 23, 2024
1 parent 7f5c275 commit e6d0334
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actions/package-size/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runs:

- name: Create comment
if: steps.fc.outputs.comment-id == '' && github.event.pull_request.head.repo.full_name == github.repository
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
uses: peter-evans/create-or-update-comment@861c151028fe2c020af613654ca390338aa8fa6f
with:
issue-number: ${{ inputs.pr_number }}
body: |
Expand All @@ -53,7 +53,7 @@ runs:
- name: Update comment
if: steps.fc.outputs.comment-id != '' && github.event.pull_request.head.repo.full_name == github.repository
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
uses: peter-evans/create-or-update-comment@861c151028fe2c020af613654ca390338aa8fa6f
with:
comment-id: ${{ steps.fc.outputs.comment-id }}
edit-mode: replace
Expand Down

0 comments on commit e6d0334

Please sign in to comment.