Skip to content

Commit 2f1ec56

Browse files
build(deps): bump peter-evans/create-pull-request from 4.1.3 to 4.2.0
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4.1.3 to 4.2.0. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@v4.1.3...v4.2.0) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 26a14c4 commit 2f1ec56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/watch-dependencies.yaml

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

7979
# ref: https://github.com/peter-evans/create-pull-request
8080
- name: Create a PR
81-
uses: peter-evans/create-pull-request@v4.1.3
81+
uses: peter-evans/create-pull-request@v4.2.0
8282
# Don't try open PRs in forks or when the job is triggered by a push to
8383
# a branch other than the default branch.
8484
if: github.repository == 'jupyterhub/mybinder.org-deploy' && (github.event_name != 'push' || github.ref == 'refs/heads/master')
@@ -187,7 +187,7 @@ jobs:
187187

188188
# ref: https://github.com/peter-evans/create-pull-request
189189
- name: Create a PR
190-
uses: peter-evans/create-pull-request@v4.1.3
190+
uses: peter-evans/create-pull-request@v4.2.0
191191
# Don't try open PRs in forks or when the job is triggered by a push to
192192
# a branch other than the default branch.
193193
if: github.repository == 'jupyterhub/mybinder.org-deploy' && (github.event_name != 'push' || github.ref == 'refs/heads/master')

0 commit comments

Comments
 (0)