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 82ce324 commit 2636a22Copy full SHA for 2636a22
.github/workflows/formatting.yml
@@ -25,7 +25,7 @@ jobs:
25
run: |
26
python cve_bin_tool/format_checkers.py
27
- name: Create Pull Request
28
- uses: peter-evans/create-pull-request@v3
+ uses: peter-evans/create-pull-request@v4
29
with:
30
commit-message: "chore: update checkers table"
31
title: "chore: update checkers table"
.github/workflows/update-pre-commit.yml
@@ -37,7 +37,7 @@ jobs:
37
python .github/workflows/update-dev-requirements.py
38
39
40
41
42
commit-message: "chore: update pre-commit config"
43
title: "chore: update pre-commit config"
0 commit comments