From d1b3663fec5861ba1baa45af2a17685b7b142199 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 15:32:47 +0100 Subject: [PATCH] Bump peter-evans/create-pull-request from 6 to 7 (#3759) Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6 to 7. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v6...v7) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/compress-images.yml | 2 +- .github/workflows/predeploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compress-images.yml b/.github/workflows/compress-images.yml index 90e4b1a52fd..7b0afb52f40 100644 --- a/.github/workflows/compress-images.yml +++ b/.github/workflows/compress-images.yml @@ -57,7 +57,7 @@ jobs: github.event_name != 'pull_request' && steps.calibre.outputs.markdown != '' id: cpr - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: title: Auto Compress Images branch-suffix: timestamp diff --git a/.github/workflows/predeploy.yml b/.github/workflows/predeploy.yml index a90caeb6d9c..9ebd32c4001 100644 --- a/.github/workflows/predeploy.yml +++ b/.github/workflows/predeploy.yml @@ -79,7 +79,7 @@ jobs: npm run timestamps - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: title: Pre-deploy Updates branch-suffix: timestamp