From 51dbb7fbe14e9233ebce9ba80acdb7f29c33fecb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 20:38:09 +0000 Subject: [PATCH] =?UTF-8?q?fix(github-action):=20update=20peter-evans/crea?= =?UTF-8?q?te-pull-request=20(v7.0.6=20=E2=86=92=20v7.0.8)=20(#86)?= 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> --- compress-images/action.yml | 2 +- pr-lint/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compress-images/action.yml b/compress-images/action.yml index f1d491d..7a9fd02 100644 --- a/compress-images/action.yml +++ b/compress-images/action.yml @@ -29,7 +29,7 @@ runs: - name: Create New Pull Request If Needed if: steps.calibre.outputs.markdown != '' - uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6 + uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8 with: title: Compressed Images Nightly branch-suffix: timestamp diff --git a/pr-lint/action.yml b/pr-lint/action.yml index e9e6f16..8932d0e 100644 --- a/pr-lint/action.yml +++ b/pr-lint/action.yml @@ -120,7 +120,7 @@ runs: # Create pull request if applicable # (for now works only on PR from same repository, not from forks) - name: Create Pull Request with applied fixes - uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6 + uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8 id: cpr if: env.APPLY_FIXES_IF_PR == 'true' with: