Skip to content

Commit 070f39b

Browse files
chore(deps): update peter-evans/create-or-update-comment digest to aaef3ca
1 parent ae47860 commit 070f39b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

actions/package-size/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ runs:
4444

4545
- name: Create comment
4646
if: steps.fc.outputs.comment-id == '' && github.event.pull_request.head.repo.full_name == github.repository
47-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
47+
uses: peter-evans/create-or-update-comment@aaef3ca0afafdb648c31900ec79672f5e3074df5
4848
with:
4949
issue-number: ${{ inputs.pr_number }}
5050
body: |
@@ -56,7 +56,7 @@ runs:
5656
5757
- name: Update comment
5858
if: steps.fc.outputs.comment-id != '' && github.event.pull_request.head.repo.full_name == github.repository
59-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
59+
uses: peter-evans/create-or-update-comment@aaef3ca0afafdb648c31900ec79672f5e3074df5
6060
with:
6161
comment-id: ${{ steps.fc.outputs.comment-id }}
6262
edit-mode: replace

0 commit comments

Comments
 (0)