Skip to content

Commit

Permalink
chore(deps): update peter-evans/create-or-update-comment digest to 1a…
Browse files Browse the repository at this point in the history
…53cbe
  • Loading branch information
renovate[bot] authored Jan 31, 2025
1 parent 6058249 commit 6edd46b
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@1a53cbed37d3cf0191699e30fff6921b0e2f82ff
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@1a53cbed37d3cf0191699e30fff6921b0e2f82ff
with:
comment-id: ${{ steps.fc.outputs.comment-id }}
edit-mode: replace
Expand Down

0 comments on commit 6edd46b

Please sign in to comment.