From e823a69a14e792e0b02c845765806b7e904634f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 06:58:50 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-or-update-comment digest to 267c060 --- 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..e763425763 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@267c0605edbbc0183ed9973a6ce2d1a158d96027 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@267c0605edbbc0183ed9973a6ce2d1a158d96027 with: comment-id: ${{ steps.fc.outputs.comment-id }} edit-mode: replace