Skip to content

Commit ddac22b

Browse files
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 28a46e8 commit ddac22b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/update-grafana-data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
# ref: https://github.com/peter-evans/create-pull-request
4343
- name: Create a PR
44-
uses: peter-evans/create-pull-request@v6
44+
uses: peter-evans/create-pull-request@v7
4545
# Don't try open PRs in forks or when the job is triggered by a push to
4646
# a branch other than the default branch.
4747
if: github.repository == 'jupyterhub/mybinder.org-deploy' && (github.event_name != 'push' || github.ref == 'refs/heads/main')

.github/workflows/watch-dependencies.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797

9898
# ref: https://github.com/peter-evans/create-pull-request
9999
- name: Create a PR
100-
uses: peter-evans/create-pull-request@v6
100+
uses: peter-evans/create-pull-request@v7
101101
# Don't try open PRs in forks or when the job is triggered by a push to
102102
# a branch other than the default branch.
103103
if: github.repository == 'jupyterhub/mybinder.org-deploy' && (github.event_name != 'push' || github.ref == 'refs/heads/main')
@@ -230,7 +230,7 @@ jobs:
230230

231231
# ref: https://github.com/peter-evans/create-pull-request
232232
- name: Create a PR
233-
uses: peter-evans/create-pull-request@v6
233+
uses: peter-evans/create-pull-request@v7
234234
# Don't try open PRs in forks or when the job is triggered by a push to
235235
# a branch other than the default branch.
236236
if: github.repository == 'jupyterhub/mybinder.org-deploy' && (github.event_name != 'push' || github.ref == 'refs/heads/main')

0 commit comments

Comments
 (0)