Skip to content

Commit b766043

Browse files
chore(deps): bump peter-evans/create-pull-request from 3 to 4
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 3 to 4. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@v3...v4) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 82ce324 commit b766043

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
python cve_bin_tool/format_checkers.py
2727
- name: Create Pull Request
28-
uses: peter-evans/create-pull-request@v3
28+
uses: peter-evans/create-pull-request@v4
2929
with:
3030
commit-message: "chore: update checkers table"
3131
title: "chore: update checkers table"

.github/workflows/update-pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
python .github/workflows/update-dev-requirements.py
3838
3939
- name: Create Pull Request
40-
uses: peter-evans/create-pull-request@v3
40+
uses: peter-evans/create-pull-request@v4
4141
with:
4242
commit-message: "chore: update pre-commit config"
4343
title: "chore: update pre-commit config"

0 commit comments

Comments
 (0)