From 130802619c045af6dee9644202e3eb24e4b75012 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 16:37:24 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v8.1.0 --- .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 f0e9392..18f8941 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@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0 + uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0 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 de8d1dc..2911bf5 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@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0 + uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0 with: commit-message: "chore(deps): Update .pre-commit-config.yaml" title: "chore(deps): Update .pre-commit-config.yaml"