diff --git a/.github/workflows/update-precommit.yml b/.github/workflows/update-precommit.yml index 1fb8c255..fe2a1f8e 100644 --- a/.github/workflows/update-precommit.yml +++ b/.github/workflows/update-precommit.yml @@ -22,7 +22,7 @@ jobs: run: pre-commit autoupdate - name: Create Pull Request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: branch: update/pre-commit-autoupdate title: Auto-update pre-commit hooks