diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 5bd46ae2..cfdcedea 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@v6 + uses: peter-evans/create-pull-request@v7 with: branch: update/pre-commit-autoupdate title: Auto-update pre-commit hooks