diff --git a/actions/package-size/action.yml b/actions/package-size/action.yml index ba4af8902..e71b339be 100644 --- a/actions/package-size/action.yml +++ b/actions/package-size/action.yml @@ -42,7 +42,7 @@ runs: - name: Create comment if: steps.fc.outputs.comment-id == '' && github.event.pull_request.head.repo.full_name == github.repository - uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 + uses: peter-evans/create-or-update-comment@4ed2ee4606c74cc62f447e8a320a65010fd65d69 with: issue-number: ${{ inputs.pr_number }} body: | @@ -53,7 +53,7 @@ runs: - name: Update comment if: steps.fc.outputs.comment-id != '' && github.event.pull_request.head.repo.full_name == github.repository - uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 + uses: peter-evans/create-or-update-comment@4ed2ee4606c74cc62f447e8a320a65010fd65d69 with: comment-id: ${{ steps.fc.outputs.comment-id }} edit-mode: replace