diff --git a/.github/workflows/pre-commit-autoupdate.yaml b/.github/workflows/pre-commit-autoupdate.yaml index 66bef7c..797edda 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@v8.0.0 + - uses: peter-evans/create-pull-request@v8.1.0 # Open Pull Requests if there are any commits on the target branch if: contains(steps.pre-commit-autoupdate.outputs.LOG, ' updating ') with: