Skip to content

Commit

Permalink
chore(deps): update peter-evans/create-or-update-comment digest to d7…
Browse files Browse the repository at this point in the history
…d9eb5
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent b91787d commit cc98c1a
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@d7d9eb5d2f97ef473837b2b7ebb56de88baf2ce9
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@d7d9eb5d2f97ef473837b2b7ebb56de88baf2ce9
with:
comment-id: ${{ steps.fc.outputs.comment-id }}
edit-mode: replace
Expand Down

0 comments on commit cc98c1a

Please sign in to comment.