diff --git a/.github/workflows/vuln-scan.yaml b/.github/workflows/vuln-scan.yaml index 0232874f9b..0a8c134b39 100644 --- a/.github/workflows/vuln-scan.yaml +++ b/.github/workflows/vuln-scan.yaml @@ -205,7 +205,7 @@ jobs: # ref: https://github.com/peter-evans/create-pull-request - name: Create or update a PR if: steps.analyze.outputs.proceed == 'yes' && github.event_name != 'pull_request' - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: token: "${{ secrets.jupyterhub_bot_pat }}" author: JupterHub Bot Account <105740858+jupyterhub-bot@users.noreply.github.com> diff --git a/.github/workflows/watch-dependencies.yaml b/.github/workflows/watch-dependencies.yaml index 5dfd0a0fee..67fb69b9b5 100644 --- a/.github/workflows/watch-dependencies.yaml +++ b/.github/workflows/watch-dependencies.yaml @@ -114,7 +114,7 @@ jobs: # ref: https://github.com/peter-evans/create-pull-request - name: Create a PR if: steps.local.outputs.tag != steps.latest.outputs.tag - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: token: "${{ secrets.jupyterhub_bot_pat }}" author: JupterHub Bot Account <105740858+jupyterhub-bot@users.noreply.github.com> @@ -183,7 +183,7 @@ jobs: # ref: https://github.com/peter-evans/create-pull-request - name: Create a PR if: steps.local.outputs.version != steps.latest.outputs.version - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: token: "${{ secrets.jupyterhub_bot_pat }}" author: JupterHub Bot Account <105740858+jupyterhub-bot@users.noreply.github.com> @@ -216,7 +216,7 @@ jobs: # ref: https://github.com/peter-evans/create-pull-request - name: Create a PR - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: token: "${{ secrets.jupyterhub_bot_pat }}" author: JupyterHub Bot Account <105740858+jupyterhub-bot@users.noreply.github.com>