From 06c5a5bd32188a14401e4ba408265d438180e591 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Apr 2023 22:00:44 +0000 Subject: [PATCH] chore(deps): bump peter-evans/create-pull-request from 4 to 5 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4 to 5. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v4...v5) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/formatting.yml | 2 +- .github/workflows/update-pre-commit.yml | 2 +- .github/workflows/update-spdx-header.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/formatting.yml b/.github/workflows/formatting.yml index 6fbcb10c45..633c97f77d 100644 --- a/.github/workflows/formatting.yml +++ b/.github/workflows/formatting.yml @@ -25,7 +25,7 @@ jobs: run: | python cve_bin_tool/format_checkers.py - name: Create Pull Request - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v5 with: commit-message: "chore: update checkers table" title: "chore: update checkers table" diff --git a/.github/workflows/update-pre-commit.yml b/.github/workflows/update-pre-commit.yml index 754ee11807..1917b575f8 100644 --- a/.github/workflows/update-pre-commit.yml +++ b/.github/workflows/update-pre-commit.yml @@ -37,7 +37,7 @@ jobs: python .github/workflows/update-dev-requirements.py - name: Create Pull Request - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v5 with: commit-message: "chore: update pre-commit config" title: "chore: update pre-commit config" diff --git a/.github/workflows/update-spdx-header.yml b/.github/workflows/update-spdx-header.yml index 630a4d76cb..4e6e23fcb2 100644 --- a/.github/workflows/update-spdx-header.yml +++ b/.github/workflows/update-spdx-header.yml @@ -22,7 +22,7 @@ jobs: sed -i "s/[0-9]\{4\}/$(date +%Y)/" spdx_header.txt - name: Create Pull Request - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v5 with: commit-message: 'chore: update spdx header' title: 'chore: update spdx header'