From 3487a1fe5e042e3847bc83f372eaea10e0894002 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 08:43:25 +0000 Subject: [PATCH] chore(deps): 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/build-cache.yml | 2 +- .github/workflows/cron-build-cache.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-cache.yml b/.github/workflows/build-cache.yml index 2b75738..680289f 100644 --- a/.github/workflows/build-cache.yml +++ b/.github/workflows/build-cache.yml @@ -26,7 +26,7 @@ jobs: run: nox -s run -- --machine x86_64 i686 aarch64 ppc64le s390x armv7l riscv64 - name: Create Pull Request if: github.event_name == 'push' && github.ref == 'refs/heads/master' && always() - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: commit-message: auto-update cache and/or README.rst title: '[Bot] auto-update cache and/or README.rst' diff --git a/.github/workflows/cron-build-cache.yml b/.github/workflows/cron-build-cache.yml index 4270ab2..a57e3bc 100644 --- a/.github/workflows/cron-build-cache.yml +++ b/.github/workflows/cron-build-cache.yml @@ -34,7 +34,7 @@ jobs: exit $EXIT_CODE - name: Create Pull Request if: github.ref == 'refs/heads/master' && always() - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: commit-message: auto-update cache and/or README.rst title: '[Bot] auto-update cache and/or README.rst'