From 93a7c60e0c4359df5a9b85d0f0bd53205ec31061 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 00:52:34 +0000 Subject: [PATCH] chore(deps): bump peter-evans/create-pull-request from 8.0.0 to 8.1.0 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 8.0.0 to 8.1.0. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/98357b18bf14b5342f975ff684046ec3b2a07725...c0f553fe549906ede9cf27b5156039d195d2ece0) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/update-infrastructure-repo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-infrastructure-repo.yaml b/.github/workflows/update-infrastructure-repo.yaml index 8aa6637..415932f 100644 --- a/.github/workflows/update-infrastructure-repo.yaml +++ b/.github/workflows/update-infrastructure-repo.yaml @@ -114,7 +114,7 @@ jobs: - name: Create Pull Request id: cpr # v3.14.0 - uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # 67ccf781d68cd99b580ae25a5c18a1cc84ffff1f + uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # 67ccf781d68cd99b580ae25a5c18a1cc84ffff1f with: path: ${{ inputs.working-directory }} token: ${{ steps.generate_token.outputs.token }}