From c2b0ed06b8bd0962ba480985b9ab658203761466 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 07:30:06 +0000 Subject: [PATCH] Bump peter-evans/create-pull-request from 3.12.1 to 3.14.0 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 3.12.1 to 3.14.0. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v3.12.1...v3.14.0) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/image-actions.yml | 2 +- .github/workflows/updateVersions.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/image-actions.yml b/.github/workflows/image-actions.yml index 7301accd712..c0fc6479f9a 100644 --- a/.github/workflows/image-actions.yml +++ b/.github/workflows/image-actions.yml @@ -34,7 +34,7 @@ jobs: - name: Create Pull Request if: | # If it's not a Pull Request then commit any changes as a new PR. github.event_name != 'pull_request' && steps.compress_images.outputs.markdown != '' - uses: peter-evans/create-pull-request@v3.12.1 + uses: peter-evans/create-pull-request@v3.14.0 with: title: Auto Compress Images branch-suffix: timestamp diff --git a/.github/workflows/updateVersions.yml b/.github/workflows/updateVersions.yml index fd67b19e38a..6bd4c8c734a 100644 --- a/.github/workflows/updateVersions.yml +++ b/.github/workflows/updateVersions.yml @@ -28,7 +28,7 @@ jobs: run: yarn install --mode=update-lockfile --no-immutable - name: Create Pull Request - uses: peter-evans/create-pull-request@v3.12.1 + uses: peter-evans/create-pull-request@v3.14.0 with: commit-message: Updates versions as per release candidate creation title: Updates versions as per release candidate creation