From 4b0f5d44018a8efca9d0d77358ee0c130eac4330 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 18:16:01 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-or-update-comment digest to 861c151 --- 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..86fa3ab4a 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@861c151028fe2c020af613654ca390338aa8fa6f 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@861c151028fe2c020af613654ca390338aa8fa6f with: comment-id: ${{ steps.fc.outputs.comment-id }} edit-mode: replace