Skip to content

Commit ea2067e

Browse files
authored
Merge pull request #3088 from jupyterhub/dependabot/github_actions/peter-evans/create-pull-request-5.0.0
build(deps): bump peter-evans/create-pull-request from 4.2.4 to 5.0.0
2 parents d3fec5a + 7d9f020 commit ea2067e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/vuln-scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
# ref: https://github.com/peter-evans/create-pull-request
206206
- name: Create or update a PR
207207
if: steps.analyze.outputs.proceed == 'yes' && github.event_name != 'pull_request'
208-
uses: peter-evans/create-pull-request@38e0b6e68b4c852a5500a94740f0e535e0d7ba54
208+
uses: peter-evans/create-pull-request@v5
209209
with:
210210
token: "${{ secrets.jupyterhub_bot_pat }}"
211211
author: JupterHub Bot Account <[email protected]>

.github/workflows/watch-dependencies.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
# ref: https://github.com/peter-evans/create-pull-request
115115
- name: Create a PR
116116
if: steps.local.outputs.tag != steps.latest.outputs.tag
117-
uses: peter-evans/create-pull-request@38e0b6e68b4c852a5500a94740f0e535e0d7ba54
117+
uses: peter-evans/create-pull-request@v5
118118
with:
119119
token: "${{ secrets.jupyterhub_bot_pat }}"
120120
author: JupterHub Bot Account <[email protected]>
@@ -183,7 +183,7 @@ jobs:
183183
# ref: https://github.com/peter-evans/create-pull-request
184184
- name: Create a PR
185185
if: steps.local.outputs.version != steps.latest.outputs.version
186-
uses: peter-evans/create-pull-request@38e0b6e68b4c852a5500a94740f0e535e0d7ba54
186+
uses: peter-evans/create-pull-request@v5
187187
with:
188188
token: "${{ secrets.jupyterhub_bot_pat }}"
189189
author: JupterHub Bot Account <[email protected]>
@@ -216,7 +216,7 @@ jobs:
216216

217217
# ref: https://github.com/peter-evans/create-pull-request
218218
- name: Create a PR
219-
uses: peter-evans/create-pull-request@38e0b6e68b4c852a5500a94740f0e535e0d7ba54
219+
uses: peter-evans/create-pull-request@v5
220220
with:
221221
token: "${{ secrets.jupyterhub_bot_pat }}"
222222
author: JupyterHub Bot Account <[email protected]>

0 commit comments

Comments
 (0)