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 2f6186d..2cc9df9 100644 --- a/.github/workflows/pre-commit-update.yml +++ b/.github/workflows/pre-commit-update.yml @@ -30,7 +30,7 @@ jobs: exit $? - 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"