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
…bf947
  • Loading branch information
renovate[bot] authored Dec 4, 2024
1 parent 7266baa commit c100d71
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@1abf9474b2d3d4ee1f999b95ce3a20cfec35c769
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@1abf9474b2d3d4ee1f999b95ce3a20cfec35c769
with:
comment-id: ${{ steps.fc.outputs.comment-id }}
edit-mode: replace
Expand Down

0 comments on commit c100d71

Please sign in to comment.