diff --git a/.github/workflows/update-precommit.yml b/.github/workflows/update-precommit.yml index 467688f..6cc4d0d 100644 --- a/.github/workflows/update-precommit.yml +++ b/.github/workflows/update-precommit.yml @@ -23,7 +23,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