Skip to content

Commit d12cec0

Browse files
chore: bump peter-evans/create-pull-request from 6 to 7
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6 to 7. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@v6...v7) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7db8608 commit d12cec0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/release-helm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: cp -rf $CHART_README_LOCATION $MAIN_BRANCH_NAME/$CHART_README_LOCATION
6060

6161
- name: Create Pull Request
62-
uses: peter-evans/create-pull-request@v6
62+
uses: peter-evans/create-pull-request@v7
6363
if: steps.changed-files-specific.outputs.any_changed == 'true'
6464
with:
6565
branch: update-relay-proxy-chart-readme

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ jobs:
229229
run: cp -rf release/${{ env.WEBSITE_DIR }}/ $MAIN_BRANCH_NAME
230230

231231
- name: Create Pull Request
232-
uses: peter-evans/create-pull-request@v6
232+
uses: peter-evans/create-pull-request@v7
233233
with:
234234
branch: create-new-doc-version-${{ github.ref_name }}
235235
title: "docs(docusaurus): Create a new documentation version ${{ github.ref_name }}"
@@ -284,7 +284,7 @@ jobs:
284284
run: cp -rf release/$CHART_YAML_FILE_LOCATION $MAIN_BRANCH_NAME/$CHART_YAML_FILE_LOCATION
285285

286286
- name: Create Pull Request
287-
uses: peter-evans/create-pull-request@v6
287+
uses: peter-evans/create-pull-request@v7
288288
with:
289289
branch: bump-relay-proxy-helm-chart-${{ github.ref_name }}
290290
title: "chore(helm): Bump relay-proxy helm chart version ${{ github.ref_name }}"
@@ -341,7 +341,7 @@ jobs:
341341
run: cp -rf release/$SCHEMA_LOCATION $MAIN_BRANCH_NAME/$SCHEMA_LOCATION
342342

343343
- name: Create Pull Request
344-
uses: peter-evans/create-pull-request@v6
344+
uses: peter-evans/create-pull-request@v7
345345
with:
346346
branch: release-jsonschema-${{ github.ref_name }}
347347
title: "feat(jsonschema): Release a new version of the jsonschema ${{ github.ref_name }}"

.github/workflows/sponsors.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fallback: 'No sponsor at the moment! 😢'
2323

2424
- name: Create Pull Request
25-
uses: peter-evans/create-pull-request@v6
25+
uses: peter-evans/create-pull-request@v7
2626
with:
2727
branch: update-sponsor-list
2828
title: "docs(README): Update sponsor list"

0 commit comments

Comments
 (0)