From fb9eeeb8dc36997f69626df4e2cf51c6dfbfaa5c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 18:14:07 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-or-update-comment digest to 1a53cbe --- actions/package-size/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actions/package-size/action.yml b/actions/package-size/action.yml index ba4af89027..f3e04de37b 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@1a53cbed37d3cf0191699e30fff6921b0e2f82ff 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@1a53cbed37d3cf0191699e30fff6921b0e2f82ff with: comment-id: ${{ steps.fc.outputs.comment-id }} edit-mode: replace