From 926bb19357df31b51fa64c8e8103c338aab6f44a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 18:45:54 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup action to v4.4.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 81c531e..61aaed7 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.3.0 + - uses: pnpm/action-setup@v4.4.0 with: version: 10.20.0 @@ -54,7 +54,7 @@ jobs: with: node-version: ${{ matrix.node }} - - uses: pnpm/action-setup@v4.3.0 + - uses: pnpm/action-setup@v4.4.0 with: version: 10.20.0 @@ -82,7 +82,7 @@ jobs: with: node-version: 20 - - uses: pnpm/action-setup@v4.3.0 + - uses: pnpm/action-setup@v4.4.0 with: version: 10.20.0 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8a568a5..8f989cd 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.3.0 + - uses: pnpm/action-setup@v4.4.0 with: version: 10.20.0