From db052c2f375693e2de3bdd8291a7e0fee0f54b90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 07:18:43 +0000 Subject: [PATCH] chore(deps): Bump peter-evans/create-pull-request from 5 to 6 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5 to 6. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v5...v6) --- 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/update-dependencies.yml | 2 +- .github/workflows/update-types.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index fcac8922..bc80f721 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -75,7 +75,7 @@ jobs: } - name: Create update pull request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: commit-message: "chore(deps): update NPM dependencies" title: "chore(deps): update NPM dependencies" diff --git a/.github/workflows/update-types.yml b/.github/workflows/update-types.yml index 672144b9..366e81ab 100644 --- a/.github/workflows/update-types.yml +++ b/.github/workflows/update-types.yml @@ -109,7 +109,7 @@ jobs: } - name: Create update pull request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: commit-message: "chore(deps): update OSCAL types to v${{ steps.version.outputs.VERSION_ID }}" title: "chore(deps): update OSCAL types to v${{ steps.version.outputs.VERSION_ID }}"