diff --git a/actions/package-size/action.yml b/actions/package-size/action.yml index 019e98004..79807601d 100644 --- a/actions/package-size/action.yml +++ b/actions/package-size/action.yml @@ -44,7 +44,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@f2fea6b1351032d92152625b7111b8ccfb610107 with: issue-number: ${{ inputs.pr_number }} body: | @@ -56,7 +56,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@f2fea6b1351032d92152625b7111b8ccfb610107 with: comment-id: ${{ steps.fc.outputs.comment-id }} edit-mode: replace