Skip to content

Commit c5eab6e

Browse files
chore(deps): update peter-evans/create-or-update-comment digest to 227bde7
1 parent 41eba29 commit c5eab6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

actions/package-size/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ runs:
4242

4343
- name: Create comment
4444
if: steps.fc.outputs.comment-id == '' && github.event.pull_request.head.repo.full_name == github.repository
45-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
45+
uses: peter-evans/create-or-update-comment@227bde71d27a01f3582c15eab7b72e665a6e6c30
4646
with:
4747
issue-number: ${{ inputs.pr_number }}
4848
body: |
@@ -53,7 +53,7 @@ runs:
5353
5454
- name: Update comment
5555
if: steps.fc.outputs.comment-id != '' && github.event.pull_request.head.repo.full_name == github.repository
56-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
56+
uses: peter-evans/create-or-update-comment@227bde71d27a01f3582c15eab7b72e665a6e6c30
5757
with:
5858
comment-id: ${{ steps.fc.outputs.comment-id }}
5959
edit-mode: replace

0 commit comments

Comments
 (0)