From c8ad74d54a17b5607d526b8607c9866f81ad445d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 22:04:28 +0000 Subject: [PATCH] Bump peter-evans/create-pull-request from 7.0.0 to 7.0.1 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v7.0.0...v7.0.1) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pre-commit-autoupdate.yml | 2 +- .github/workflows/update-snapshots.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pre-commit-autoupdate.yml b/.github/workflows/pre-commit-autoupdate.yml index d6fa964de..531da47e2 100644 --- a/.github/workflows/pre-commit-autoupdate.yml +++ b/.github/workflows/pre-commit-autoupdate.yml @@ -40,7 +40,7 @@ jobs: pre-commit autoupdate pre-commit run --all-files - - uses: peter-evans/create-pull-request@v7.0.0 + - uses: peter-evans/create-pull-request@v7.0.1 with: base: dev body: Update pre-commit hooks to their latest versions. diff --git a/.github/workflows/update-snapshots.yml b/.github/workflows/update-snapshots.yml index 3c598bda9..3728f1310 100644 --- a/.github/workflows/update-snapshots.yml +++ b/.github/workflows/update-snapshots.yml @@ -40,7 +40,7 @@ jobs: run: | make snapshot - - uses: peter-evans/create-pull-request@v7.0.0 + - uses: peter-evans/create-pull-request@v7.0.1 with: base: dev body: Automatically generated snapshots update.