diff --git a/.github/workflows/pre_commit_auto_update.yml b/.github/workflows/pre_commit_auto_update.yml index b7272bd..b7917ad 100644 --- a/.github/workflows/pre_commit_auto_update.yml +++ b/.github/workflows/pre_commit_auto_update.yml @@ -27,7 +27,7 @@ jobs: run: | git config --local user.email "action@github.com" git config --local user.name "GitHub Action" - - uses: peter-evans/create-pull-request@v6 + - uses: peter-evans/create-pull-request@v7 with: token: ${{ github.token }} branch: update/pre-commit-hooks