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