From 6591a29a3869c5544ef4752ea476842df1b93b9d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 17:13:56 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-or-update-comment digest to cf1a4a2 --- 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 019e980044..6b422ef960 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@cf1a4a2020fa08820c81f4127c6aad2fa212beb8 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@cf1a4a2020fa08820c81f4127c6aad2fa212beb8 with: comment-id: ${{ steps.fc.outputs.comment-id }} edit-mode: replace