Skip to content

Commit cab5297

Browse files
authored
Merge pull request #3101 from jupyterhub/dependabot/github_actions/peter-evans/create-pull-request-7
Bump peter-evans/create-pull-request from 6 to 7
2 parents 28a46e8 + ddac22b commit cab5297

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

+1-1
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

+2-2
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)