Skip to content

Commit 270184c

Browse files
chore(deps): update peter-evans/create-or-update-comment digest to 6f2ce0e
1 parent 67b8cb8 commit 270184c

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
@@ -40,7 +40,7 @@ runs:
4040

4141
- name: Create comment
4242
if: steps.fc.outputs.comment-id == ''
43-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
43+
uses: peter-evans/create-or-update-comment@6f2ce0ef39607bc6465c7fdf93368dc08095f938
4444
with:
4545
issue-number: ${{ inputs.pr_number }}
4646
body: |
@@ -51,7 +51,7 @@ runs:
5151
5252
- name: Update comment
5353
if: steps.fc.outputs.comment-id != ''
54-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
54+
uses: peter-evans/create-or-update-comment@6f2ce0ef39607bc6465c7fdf93368dc08095f938
5555
with:
5656
comment-id: ${{ steps.fc.outputs.comment-id }}
5757
edit-mode: replace

0 commit comments

Comments
 (0)