Skip to content

Commit 6f45e25

Browse files
Bump peter-evans/create-pull-request from 5 to 6 (#147)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5a64515 commit 6f45e25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/update-api-spec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
fi
4545
- name: 'Create PR'
4646
if: ${{ inputs.dry_run != true && env.NEW_VERSION && !env.EXISTING_PR }}
47-
uses: peter-evans/create-pull-request@v5
47+
uses: peter-evans/create-pull-request@v6
4848
with:
4949
branch: "${{ env.UPDATE_BRANCH }}"
5050
commit-message: "Bump GE API spec version to ${{ env.NEW_VERSION }}"

.github/workflows/update-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: 'Update version in all files'
2828
run: ./.github/scripts/replace_string.py ./ "$OLD_VERSION" "$NEW_VERSION"
2929
- name: 'Create PR'
30-
uses: peter-evans/create-pull-request@v5
30+
uses: peter-evans/create-pull-request@v6
3131
with:
3232
base: 'main'
3333
branch: "replace-${{ env.OLD_VERSION }}-${{ env.NEW_VERSION }}"

0 commit comments

Comments
 (0)