diff --git a/.github/workflows/nitpick.yml b/.github/workflows/nitpick.yml index 1ca0431..33cc0f1 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@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1 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 1a7f666..41b3eea 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@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1 with: commit-message: "chore(deps): Update .pre-commit-config.yaml" title: "chore(deps): Update .pre-commit-config.yaml"