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 3eb81bb commit dffc8a5Copy full SHA for dffc8a5
.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.1.3
+ uses: peter-evans/create-pull-request@v4.2.0
79
with:
80
token: "${{ secrets.jupyterhub_bot_pat }}"
81
author: JupterHub Bot Account <[email protected]>
@@ -107,7 +107,7 @@ jobs:
107
108
109
110
- uses: peter-evans/create-pull-request@v4
111
112
113
author: JupyterHub Bot Account <[email protected]>
0 commit comments