From 54667908c2bccbefc99741a95793b7db371cee29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 08:51:42 -0700 Subject: [PATCH] Bump peter-evans/create-pull-request from 7.0.1 to 7.0.5 (#1999) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 531da47e2..db92d1fa9 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.1 + - uses: peter-evans/create-pull-request@v7.0.5 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 3728f1310..905c579fd 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.1 + - uses: peter-evans/create-pull-request@v7.0.5 with: base: dev body: Automatically generated snapshots update.