From 01efd23bcb564d0410e6a6d317bef32af8ed908b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 17:06:37 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup action to v4.3.0 --- .github/workflows/ci.yml | 6 +++--- .github/workflows/publish.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de9a33b..81c531e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: with: node-version: 20 - - uses: pnpm/action-setup@v4.2.0 + - uses: pnpm/action-setup@v4.3.0 with: version: 10.20.0 @@ -54,7 +54,7 @@ jobs: with: node-version: ${{ matrix.node }} - - uses: pnpm/action-setup@v4.2.0 + - uses: pnpm/action-setup@v4.3.0 with: version: 10.20.0 @@ -82,7 +82,7 @@ jobs: with: node-version: 20 - - uses: pnpm/action-setup@v4.2.0 + - uses: pnpm/action-setup@v4.3.0 with: version: 10.20.0 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 06f1caa..8a568a5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,7 +26,7 @@ jobs: registry-url: 'https://registry.npmjs.org' - - uses: pnpm/action-setup@v4.2.0 + - uses: pnpm/action-setup@v4.3.0 with: version: 10.20.0