diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 1b5f57fa..28ef1b58 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -22,7 +22,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: branch: update/pre-commit-autoupdate title: Auto-update pre-commit hooks