diff --git a/.github/workflows/pre-commit-autoupdate.yaml b/.github/workflows/pre-commit-autoupdate.yaml index 7ca2e68..49922a8 100644 --- a/.github/workflows/pre-commit-autoupdate.yaml +++ b/.github/workflows/pre-commit-autoupdate.yaml @@ -86,7 +86,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: peter-evans/create-pull-request@v6.0.5 + - uses: peter-evans/create-pull-request@v7.0.8 # Open Pull Requests if there are any commits on the target branch if: contains(steps.pre-commit-autoupdate.outputs.LOG, ' updating ') with: