Skip to content

Commit 106b2c0

Browse files
chore(deps): update peter-evans/create-or-update-comment digest to f1e5ccd
1 parent 3e5c0e8 commit 106b2c0

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

0 commit comments

Comments
 (0)