From 7146b23465282c9d4bc7d81a8af6bd7938f77c60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Feb 2024 18:18:03 +0000 Subject: [PATCH] chore(deps): bump peter-evans/create-pull-request from 5.0.1 to 6.0.0 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5.0.1 to 6.0.0. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/284f54f989303d2699d373481a0cfa13ad5a6666...b1ddad2c994a25fbc81a28b3ec0e368bb2021c50) --- 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/prepare_release.yaml | 2 +- .github/workflows/refresh-notebooks.yaml | 2 +- .github/workflows/refresh-one-notebook.yaml | 2 +- .github/workflows/update_licenses.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/prepare_release.yaml b/.github/workflows/prepare_release.yaml index 1cd37d9b12..54708f03e6 100644 --- a/.github/workflows/prepare_release.yaml +++ b/.github/workflows/prepare_release.yaml @@ -107,7 +107,7 @@ jobs: # Open a PR with the new version and updated apidocs - name: Open PR - uses: peter-evans/create-pull-request@284f54f989303d2699d373481a0cfa13ad5a6666 + uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50 with: token: ${{ secrets.BOT_TOKEN }} commit-message: "chore: prepare release ${{ env.VERSION }}" diff --git a/.github/workflows/refresh-notebooks.yaml b/.github/workflows/refresh-notebooks.yaml index e3e5bfeae4..98f5f89d27 100644 --- a/.github/workflows/refresh-notebooks.yaml +++ b/.github/workflows/refresh-notebooks.yaml @@ -99,7 +99,7 @@ jobs: echo "PR_BODY=${PR_BODY}" >> "$GITHUB_ENV" - name: Open PR - uses: peter-evans/create-pull-request@284f54f989303d2699d373481a0cfa13ad5a6666 + uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50 with: token: ${{ secrets.BOT_TOKEN }} commit-message: "chore: refresh notebooks" diff --git a/.github/workflows/refresh-one-notebook.yaml b/.github/workflows/refresh-one-notebook.yaml index 1abac33346..58bead3345 100644 --- a/.github/workflows/refresh-one-notebook.yaml +++ b/.github/workflows/refresh-one-notebook.yaml @@ -189,7 +189,7 @@ jobs: # review. - name: Open PR if: ${{ github.ref_name == 'main' || startsWith(github.ref_name , 'release/') }} - uses: peter-evans/create-pull-request@284f54f989303d2699d373481a0cfa13ad5a6666 + uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50 with: token: ${{ secrets.BOT_TOKEN }} commit-message: "chore: refresh ${{ github.event.inputs.notebook }} notebook" diff --git a/.github/workflows/update_licenses.yaml b/.github/workflows/update_licenses.yaml index 72d9cbccf5..800f3a6e6c 100644 --- a/.github/workflows/update_licenses.yaml +++ b/.github/workflows/update_licenses.yaml @@ -62,7 +62,7 @@ jobs: # review - name: Open PR if: ${{ github.ref_name == 'main' || startsWith(github.ref_name , 'release/') }} - uses: peter-evans/create-pull-request@284f54f989303d2699d373481a0cfa13ad5a6666 + uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50 with: token: ${{ secrets.BOT_TOKEN }} commit-message: "chore: update licenses ${{ matrix.os }}"