From a1d55ac1255c7e182a0b97f7b5583b58804dff39 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 03:16:24 +0200 Subject: [PATCH] =?UTF-8?q?chore(deps)!:=20update=20peter-evans/create-pul?= =?UTF-8?q?l-request=20(v7.0.11=20=E2=86=92=20v8.0.0)=20(#405)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/version-maintenance.yml | 2 +- compress-images/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/version-maintenance.yml b/.github/workflows/version-maintenance.yml index 0643c87..4ddaf37 100644 --- a/.github/workflows/version-maintenance.yml +++ b/.github/workflows/version-maintenance.yml @@ -49,7 +49,7 @@ jobs: - name: Create Pull Request if: steps.action-versioning.outputs.updated == 'true' - uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.11 + uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: 'chore: update action references to ${{ steps.version.outputs.major }}' diff --git a/compress-images/action.yml b/compress-images/action.yml index 010afca..8a26689 100644 --- a/compress-images/action.yml +++ b/compress-images/action.yml @@ -163,7 +163,7 @@ runs: - name: Create New Pull Request If Needed if: steps.calibre.outputs.markdown != '' - uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.11 + uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0 with: token: ${{ inputs.token }} title: 'chore: compress images'