From f02dccac1838787924781b01a35c68c0dbfc8e15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 10:24:55 +0000 Subject: [PATCH] chore(deps): bump peter-evans/create-pull-request from 6 to 7 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6 to 7. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v6...v7) --- 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/dependencies-update.yaml | 2 +- .github/workflows/release.yaml | 2 +- .github/workflows/update-registry-library.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dependencies-update.yaml b/.github/workflows/dependencies-update.yaml index 0103701571..7d00f22aee 100644 --- a/.github/workflows/dependencies-update.yaml +++ b/.github/workflows/dependencies-update.yaml @@ -48,7 +48,7 @@ jobs: - name: Create pull request if: ${{ env.was_file_changed }} == 'true' - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: add-paths: | DEPENDENCIES diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9da3812603..0933d0f75f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -142,7 +142,7 @@ jobs: echo "$EOF" >> "$GITHUB_ENV" - name: Update docs and Helm chart for release - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: commit-message: 'chore(docs): updated docs and Helm chart for IRS release ${{ inputs.irs-version }}' branch: action/update-for-release-${{ inputs.irs-version }} diff --git a/.github/workflows/update-registry-library.yaml b/.github/workflows/update-registry-library.yaml index b3ee7cbfab..0ea4e659e5 100644 --- a/.github/workflows/update-registry-library.yaml +++ b/.github/workflows/update-registry-library.yaml @@ -83,7 +83,7 @@ jobs: mvn org.eclipse.dash:license-tool-plugin:license-check -Ddash.summary=DEPENDENCIES -P dash - name: Create PR for irs-registry-client version update - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: commit-message: "chore(dependencies): Update irs-registry-client to ${{ env.NEXT_VERSION }}" branch: chore/update-irs-registry-client-${{ env.NEXT_VERSION }}