From 42a4bacf95e6942121c21a3013069f9cafe7af72 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 17:53:23 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v7.0.11 --- .github/workflows/nitpick.yml | 2 +- .github/workflows/pre-commit-update.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nitpick.yml b/.github/workflows/nitpick.yml index 7380c6e..d9a0808 100644 --- a/.github/workflows/nitpick.yml +++ b/.github/workflows/nitpick.yml @@ -23,7 +23,7 @@ jobs: shell: bash - name: Create Pull Request - uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9 + uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.11 with: commit-message: "ci(nitpick): Sync CI configs" title: "ci(nitpick): Sync CI configs" diff --git a/.github/workflows/pre-commit-update.yml b/.github/workflows/pre-commit-update.yml index 6b70082..fea2713 100644 --- a/.github/workflows/pre-commit-update.yml +++ b/.github/workflows/pre-commit-update.yml @@ -35,7 +35,7 @@ jobs: run: hatch run pre-commit:run - name: Create Pull Request - uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9 + uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.11 with: commit-message: "chore(deps): Update .pre-commit-config.yaml" title: "chore(deps): Update .pre-commit-config.yaml"