From d809d73c5c70f5e969dafa332cde09f2a9826342 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 02:30:16 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup action to v6 --- .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 75468bc..82cf627 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: with: node-version: 20 - - uses: pnpm/action-setup@v5.0.0 + - uses: pnpm/action-setup@v6.0.1 with: version: 10.20.0 @@ -54,7 +54,7 @@ jobs: with: node-version: ${{ matrix.node }} - - uses: pnpm/action-setup@v5.0.0 + - uses: pnpm/action-setup@v6.0.1 with: version: 10.20.0 @@ -82,7 +82,7 @@ jobs: with: node-version: 20 - - uses: pnpm/action-setup@v5.0.0 + - uses: pnpm/action-setup@v6.0.1 with: version: 10.20.0 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d3fc7e4..2f8d5ce 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@v5.0.0 + - uses: pnpm/action-setup@v6.0.1 with: version: 10.20.0