We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fdb13b commit 0ae9ffeCopy full SHA for 0ae9ffe
.github/workflows/update_dependencies.yml
@@ -24,7 +24,7 @@ jobs:
24
run: scripts/update_dependencies.sh
25
26
- name: Create pull request
27
- uses: peter-evans/create-pull-request@v6
+ uses: peter-evans/create-pull-request@v7
28
with:
29
title: Update dependencies
30
token: ${{ secrets.PR_GITHUB_TOKEN }}
.github/workflows/upgrade_lints.yml
@@ -21,7 +21,7 @@ jobs:
21
run: scripts/upgrade_lints.sh
22
23
title: Upgrade lints
0 commit comments