Skip to content

Commit aaa1e94

Browse files
authored
Merge pull request #2374 from jupyterhub/dependabot/github_actions/peter-evans/create-pull-request-4.2.0
build(deps): bump peter-evans/create-pull-request from 4.1.3 to 4.2.0
2 parents 26a14c4 + 2f1ec56 commit aaa1e94

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)