diff --git a/.github/workflows/update-precommit.yml b/.github/workflows/update-precommit.yml index a1f97ad..e21fe3c 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