Skip to content

Commit 7d9f020

Browse files
authored
Use vX instead of hashes for pull request creation action
1 parent e2440fa commit 7d9f020

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@5b4a9f6a9e2af26e5f02351490b90d01eb8ec1e5
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@5b4a9f6a9e2af26e5f02351490b90d01eb8ec1e5
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@5b4a9f6a9e2af26e5f02351490b90d01eb8ec1e5
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@5b4a9f6a9e2af26e5f02351490b90d01eb8ec1e5
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)