From f4ec35a7887069a9ef03db9ad6b0bbabc4c5fc39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 09:19:54 +0000 Subject: [PATCH] Bump peter-evans/create-pull-request from 7 to 8 in the actions group Bumps the actions group with 1 update: [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). Updates `peter-evans/create-pull-request` from 7 to 8 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v7...v8) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/software-version-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/software-version-check.yml b/.github/workflows/software-version-check.yml index e148e2e..e75794c 100644 --- a/.github/workflows/software-version-check.yml +++ b/.github/workflows/software-version-check.yml @@ -394,7 +394,7 @@ jobs: - name: Update existing PR or create new one if: steps.version-check.outputs.software_versions_changed == 'true' - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: "chore: update software versions"