From 86ee38c4977e0ff43583696264e333e8379527e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 22:50:34 +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/schema-updater.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/schema-updater.yaml b/.github/workflows/schema-updater.yaml index cc1bf19..28bf07c 100644 --- a/.github/workflows/schema-updater.yaml +++ b/.github/workflows/schema-updater.yaml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v3 - run: | curl https://raw.githubusercontent.com/aws-cloudformation/aws-cloudformation-resource-schema/master/src/main/resources/schema/provider.definition.schema.v1.json > src/rpdk/core/data/schema/provider.definition.schema.v1.json - - uses: peter-evans/create-pull-request@v4 + - uses: peter-evans/create-pull-request@v5 with: commit-message: | CloudFormation Resource Provider Definition MetaSchema update