From 9fda2a4d635150e8ca8cc4fafb08d92a433f6d1e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 22 Nov 2025 22:13:07 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v7.0.9 --- .github/workflows/nitpick.yml | 2 +- .github/workflows/pre-commit-update.yml | 2 +- .github/workflows/update-lockfiles.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nitpick.yml b/.github/workflows/nitpick.yml index 17ce0ce..4bc04f8 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@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8 + uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9 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 2d02f51..043654b 100644 --- a/.github/workflows/pre-commit-update.yml +++ b/.github/workflows/pre-commit-update.yml @@ -27,7 +27,7 @@ jobs: run: hatch run pre-commit:pre-commit autoupdate --freeze - name: Create Pull Request - uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8 + uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9 with: commit-message: "chore(deps): Update .pre-commit-config.yaml" title: "chore(deps): Update .pre-commit-config.yaml" diff --git a/.github/workflows/update-lockfiles.yml b/.github/workflows/update-lockfiles.yml index e6b767f..78cc304 100644 --- a/.github/workflows/update-lockfiles.yml +++ b/.github/workflows/update-lockfiles.yml @@ -34,7 +34,7 @@ jobs: run: hatch run hatch-pip-compile --upgrade --all - name: Create Pull Request - uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8 + uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9 with: commit-message: "chore(deps): Update lockfiles" title: "chore(deps): Update lockfiles"