diff --git a/.github/workflows/pre_commit_auto_update.yml b/.github/workflows/pre_commit_auto_update.yml index b7917ad..e0c601b 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@v7 + - uses: peter-evans/create-pull-request@v8 with: token: ${{ github.token }} branch: update/pre-commit-hooks