From 0843de4f0cd97c96f9a63eef3defb77f4238d386 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Apr 2023 20:07:54 +0000 Subject: [PATCH] Bump peter-evans/create-pull-request from 4 to 5 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4 to 5. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v4...v5) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check-new-api-spec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-new-api-spec.yml b/.github/workflows/check-new-api-spec.yml index 53ef19f7a..d75c1d5f6 100644 --- a/.github/workflows/check-new-api-spec.yml +++ b/.github/workflows/check-new-api-spec.yml @@ -36,7 +36,7 @@ jobs: echo "SPEC_VERSION=$version" | tee -a "$GITHUB_ENV" - name: 'Create PR' if: ${{ !inputs.dry_run }} - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v5 with: branch: "feature/api-spec-${{ env.SPEC_VERSION }}" commit-message: "Bump GE API spec version to ${{ env.SPEC_VERSION }}"