From 48d32c104afc199d9cf03badf00f3ed1ec4a1898 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 08:36:25 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-or-update-comment digest to 213b1f9 --- 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 ba4af8902..54112948d 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@213b1f93445c8ca0b8592684ef9ac98bd9558f2b 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@213b1f93445c8ca0b8592684ef9ac98bd9558f2b with: comment-id: ${{ steps.fc.outputs.comment-id }} edit-mode: replace