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"