Skip to content

Commit 9101734

Browse files
authored
Merge pull request #2452 from jupyterhub/dependabot/github_actions/peter-evans/create-pull-request-4.2.3
build(deps): bump peter-evans/create-pull-request from 4.2.2 to 4.2.3
2 parents 76f83f2 + 45f974b commit 9101734

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
@@ -91,7 +91,7 @@ jobs:
9191

9292
# ref: https://github.com/peter-evans/create-pull-request
9393
- name: Create a PR
94-
uses: peter-evans/[email protected].2
94+
uses: peter-evans/[email protected].3
9595
# Don't try open PRs in forks or when the job is triggered by a push to
9696
# a branch other than the default branch.
9797
if: github.repository == 'jupyterhub/mybinder.org-deploy' && (github.event_name != 'push' || github.ref == 'refs/heads/master')
@@ -220,7 +220,7 @@ jobs:
220220

221221
# ref: https://github.com/peter-evans/create-pull-request
222222
- name: Create a PR
223-
uses: peter-evans/[email protected].2
223+
uses: peter-evans/[email protected].3
224224
# Don't try open PRs in forks or when the job is triggered by a push to
225225
# a branch other than the default branch.
226226
if: github.repository == 'jupyterhub/mybinder.org-deploy' && (github.event_name != 'push' || github.ref == 'refs/heads/master')

0 commit comments

Comments
 (0)