From cf7cf420611d4d499494966890a0fb849be9793d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 05:15:37 +0000 Subject: [PATCH] Bump peter-evans/create-pull-request from 6 to 7 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6 to 7. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v6...v7) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/vuln-scan.yaml | 2 +- .github/workflows/watch-dependencies.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/vuln-scan.yaml b/.github/workflows/vuln-scan.yaml index 476b63d3c9..18cbfe4efa 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@v6 + uses: peter-evans/create-pull-request@v7 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 3ad4473743..a1b75efcbe 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@v6 + uses: peter-evans/create-pull-request@v7 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@v6 + uses: peter-evans/create-pull-request@v7 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@v6 + uses: peter-evans/create-pull-request@v7 with: token: "${{ secrets.jupyterhub_bot_pat }}" author: JupyterHub Bot Account <105740858+jupyterhub-bot@users.noreply.github.com>