diff --git a/.github/workflows/pre-commit-autoupdate.yml b/.github/workflows/pre-commit-autoupdate.yml index 4b5f133..080d335 100644 --- a/.github/workflows/pre-commit-autoupdate.yml +++ b/.github/workflows/pre-commit-autoupdate.yml @@ -28,7 +28,7 @@ jobs: run: 'pre-commit autoupdate' - name: 'Create Pull Request' - uses: 'peter-evans/create-pull-request@v7' + uses: 'peter-evans/create-pull-request@v8' with: commit-message: 'chore: update pre-commit hooks' title: 'chore: update pre-commit hooks'