Skip to content

Commit 45f974b

Browse files
build(deps): bump peter-evans/create-pull-request from 4.2.2 to 4.2.3
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4.2.2 to 4.2.3. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@v4.2.2...v4.2.3) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4c9ac05 commit 45f974b

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)