From 7cd12813274641b98ee01eff29ebf7134b3ab6aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 19:47:20 +0000 Subject: [PATCH] Bump peter-evans/create-pull-request from 5.0.3 to 7.0.8 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5.0.3 to 7.0.8. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/4e1beaa7521e8b457b572c090b25bd3db56bf1c5...271a8d0340265f705b14b6d32b9829c1cb33d45e) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-version: 7.0.8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/update-template-versions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-template-versions.yml b/.github/workflows/update-template-versions.yml index 1967552c..ba4a0c28 100644 --- a/.github/workflows/update-template-versions.yml +++ b/.github/workflows/update-template-versions.yml @@ -47,7 +47,7 @@ jobs: done - name: Create Pull Request - uses: peter-evans/create-pull-request@4e1beaa7521e8b457b572c090b25bd3db56bf1c5 # v5.0.3 + uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8 with: commit-message: Update template versions to ${{ github.event.inputs.version }} title: Update template versions to ${{ github.event.inputs.version }}