Skip to content

Commit a03e775

Browse files
chore(deps): update peter-evans/create-or-update-comment digest to dec9d02
1 parent bb3c950 commit a03e775

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: 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@dec9d02d7ba794da3485751abf67551b0724c66b
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@dec9d02d7ba794da3485751abf67551b0724c66b
5757
with:
5858
comment-id: ${{ steps.fc.outputs.comment-id }}
5959
edit-mode: replace

0 commit comments

Comments
 (0)