Skip to content

Commit aa0a622

Browse files
chore(deps): update peter-evans/create-or-update-comment digest to 9fa92b4
1 parent a801353 commit aa0a622

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@9fa92b4fea95714d51d64d8e90d8817fe499e1cb
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@9fa92b4fea95714d51d64d8e90d8817fe499e1cb
6060
with:
6161
comment-id: ${{ steps.fc.outputs.comment-id }}
6262
edit-mode: replace

0 commit comments

Comments
 (0)