From b5d9b87f395e5fce5ed0f760bd7a8a854e40ae91 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 20:45:18 +0000 Subject: [PATCH] ci(tools): update peter-evans/create-pull-request action to v8 --- .github/workflows/tools.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml index 7b67bc3..27da380 100644 --- a/.github/workflows/tools.yml +++ b/.github/workflows/tools.yml @@ -57,7 +57,7 @@ jobs: - name: Create request id: request - uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7 + uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8 with: branch: update/tools delete-branch: true