From b4d5ba27e961108fa047205cb6e2393aa5214574 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 03:41:38 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v8 --- .github/workflows/update-userscripts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-userscripts.yml b/.github/workflows/update-userscripts.yml index c5b2e9be..b7ce3d2d 100644 --- a/.github/workflows/update-userscripts.yml +++ b/.github/workflows/update-userscripts.yml @@ -28,7 +28,7 @@ jobs: - run: npm run ci:build - - uses: peter-evans/create-pull-request@v7 + - uses: peter-evans/create-pull-request@v8 with: commit-message: "ci: update userscripts" delete-branch: true