From ba0d6bc90c1661c018da544c10b50ee458ddbc61 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 17:58:39 +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 dbe83d6..690708e 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.9 with: version: 10.34.5 @@ -54,7 +54,7 @@ jobs: with: node-version: ${{ matrix.node }} - - uses: pnpm/action-setup@v5.0.0 + - uses: pnpm/action-setup@v6.0.9 with: version: 10.34.5 @@ -82,7 +82,7 @@ jobs: with: node-version: 20 - - uses: pnpm/action-setup@v5.0.0 + - uses: pnpm/action-setup@v6.0.9 with: version: 10.34.5 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 331bf2e..54d7208 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.9 with: version: 10.34.5