From c3cb7f273accec374fa713eb48d49fdf16a9f5fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 17:25:25 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup action to v4.3.0 --- .github/workflows/npm-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index e135c64..f96fa12 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -25,7 +25,7 @@ jobs: node-version: 24 registry-url: https://registry.npmjs.org - - uses: pnpm/action-setup@v4.2.0 + - uses: pnpm/action-setup@v4.3.0 name: Install pnpm with: run_install: false