We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8033f5c + 8795e02 commit cf66803Copy full SHA for cf66803
1 file changed
.github/workflows/pre_commit_auto_update.yml
@@ -27,7 +27,7 @@ jobs:
27
run: |
28
git config --local user.email "action@github.com"
29
git config --local user.name "GitHub Action"
30
- - uses: peter-evans/create-pull-request@v6
+ - uses: peter-evans/create-pull-request@v7
31
with:
32
token: ${{ github.token }}
33
branch: update/pre-commit-hooks
0 commit comments