We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dffc8a5 commit 8845e4aCopy full SHA for 8845e4a
.github/workflows/watch-dependencies.yaml
@@ -75,7 +75,7 @@ jobs:
75
# ref: https://github.com/peter-evans/create-pull-request
76
- name: Create a PR
77
if: steps.local.outputs.tag != steps.latest.outputs.tag
78
- uses: peter-evans/create-pull-request@v4.2.0
+ uses: peter-evans/create-pull-request@v4
79
with:
80
token: "${{ secrets.jupyterhub_bot_pat }}"
81
author: JupterHub Bot Account <[email protected]>
@@ -107,7 +107,7 @@ jobs:
107
108
109
110
111
112
113
author: JupyterHub Bot Account <[email protected]>
0 commit comments