From a5f916c72963146bd315e6d54ec8dc2fda6731ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 07:17:50 +0000 Subject: [PATCH] Update peter-evans/create-pull-request action to v4.2.4 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 60e066d..73278fb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -48,7 +48,7 @@ jobs: run: npm publish - name: Create PR - uses: peter-evans/create-pull-request@v4.2.3 + uses: peter-evans/create-pull-request@v4.2.4 with: commit-message: Updated repository to ${{ steps.publish.outputs.version }} title: Bump version to ${{ steps.publish.outputs.version }}