Skip to content

Commit a908cfd

Browse files
Bump peter-evans/create-pull-request from 5 to 6
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5 to 6. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@v5...v6) --- 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 7bd52fe commit a908cfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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@v5
100+
uses: peter-evans/create-pull-request@v6
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@v5
233+
uses: peter-evans/create-pull-request@v6
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)