From 9a6c14f7a730bc9e9cb81e2474fe622b4657f8fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 10:13:06 +0200 Subject: [PATCH] Bump peter-evans/create-pull-request from 6 to 7 (#537) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/update_precommit_hooks.yml | 2 +- .github/workflows/validate_and_release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_precommit_hooks.yml b/.github/workflows/update_precommit_hooks.yml index 1baddf2e6..b87be1c67 100644 --- a/.github/workflows/update_precommit_hooks.yml +++ b/.github/workflows/update_precommit_hooks.yml @@ -43,7 +43,7 @@ jobs: - name: Update pre-commit hooks run: pre-commit autoupdate - name: Create Pull Request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: commit-message: pre-commit hooks auto-update base: main diff --git a/.github/workflows/validate_and_release.yml b/.github/workflows/validate_and_release.yml index f3b713eaa..b11a639cb 100644 --- a/.github/workflows/validate_and_release.yml +++ b/.github/workflows/validate_and_release.yml @@ -74,7 +74,7 @@ jobs: mv reproschema.ttl releases/${{ inputs.version }}/reproschema.ttl - name: Open pull requests to add files - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: commit-message: "[REL] adding files to for release ${{ inputs.version }}" base: main