diff --git a/.github/workflows/pre-commit-update.yml b/.github/workflows/pre-commit-update.yml index 73f418d..9336212 100644 --- a/.github/workflows/pre-commit-update.yml +++ b/.github/workflows/pre-commit-update.yml @@ -121,7 +121,7 @@ jobs: - name: Create Pull Request id: created-pr if: steps.pr.outputs.needed == 'true' - uses: peter-evans/create-pull-request@v8.1.0 + uses: peter-evans/create-pull-request@v8.1.1 with: token: ${{ secrets.BRUTUS_PAT_TOKEN }} title: "Bump ${{ steps.pr.outputs.hook-name }} from ${{ steps.update.outputs.vers-bump-str }}"