From 2744dafd6939f061641b1a8d234eed02b4be2465 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 03:45:23 +0000 Subject: [PATCH] chore(deps): bump peter-evans/create-pull-request action to v8 --- .github/workflows/jsonlint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jsonlint.yml b/.github/workflows/jsonlint.yml index 97446fd..859713c 100644 --- a/.github/workflows/jsonlint.yml +++ b/.github/workflows/jsonlint.yml @@ -91,7 +91,7 @@ jobs: command git hash-object -- "{}" \ )" = "417b7b5370df81a7316ee9f983437444afdae432" && \ command git restore --progress --source=HEAD -- "{}"' ';' - - uses: peter-evans/create-pull-request@v7 # zizmor: ignore[unpinned-uses] + - uses: peter-evans/create-pull-request@v8 # zizmor: ignore[unpinned-uses] with: commit-message: "[autofix] format JSON content" title: "[autofix] format JSON content"