Skip to content

Commit 8845e4a

Browse files
committed
ci: bump peter-evans/create-pull-request action from 4.2.0 to v4
Reduces version bumps and should be fine.
1 parent dffc8a5 commit 8845e4a

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
@@ -75,7 +75,7 @@ jobs:
7575
# ref: https://github.com/peter-evans/create-pull-request
7676
- name: Create a PR
7777
if: steps.local.outputs.tag != steps.latest.outputs.tag
78-
uses: peter-evans/create-pull-request@v4.2.0
78+
uses: peter-evans/create-pull-request@v4
7979
with:
8080
token: "${{ secrets.jupyterhub_bot_pat }}"
8181
author: JupterHub Bot Account <[email protected]>
@@ -107,7 +107,7 @@ jobs:
107107

108108
# ref: https://github.com/peter-evans/create-pull-request
109109
- name: Create a PR
110-
uses: peter-evans/create-pull-request@v4.2.0
110+
uses: peter-evans/create-pull-request@v4
111111
with:
112112
token: "${{ secrets.jupyterhub_bot_pat }}"
113113
author: JupyterHub Bot Account <[email protected]>

0 commit comments

Comments
 (0)