From 0ddbcc7e4b2cb7f87d7f738561e76191c9b36273 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 14:27:20 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-or-update-comment digest to 5da8e07 --- 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 019e98004..02f95295a 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@5da8e07780620d4c63e2e4144177b7d2020b5996 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@5da8e07780620d4c63e2e4144177b7d2020b5996 with: comment-id: ${{ steps.fc.outputs.comment-id }} edit-mode: replace