From 95ce32b72544bbc2659fd48e10180608138f6bde Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 11:08:32 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup action to v6 --- .github/workflows/node.js-ci.yml | 4 ++-- .github/workflows/npm-publish.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/node.js-ci.yml b/.github/workflows/node.js-ci.yml index 3b5f5b7..89e8bd1 100644 --- a/.github/workflows/node.js-ci.yml +++ b/.github/workflows/node.js-ci.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/setup-node@v6 with: node-version: "24" - - uses: pnpm/action-setup@v5 + - uses: pnpm/action-setup@v6 name: Install pnpm id: pnpm-install with: @@ -61,7 +61,7 @@ jobs: - uses: actions/setup-node@v6 with: node-version: "24" - - uses: pnpm/action-setup@v5 + - uses: pnpm/action-setup@v6 name: Install pnpm id: pnpm-install with: diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 3880384..2bb3c64 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@v5.0.0 + - uses: pnpm/action-setup@v6.0.0 name: Install pnpm with: run_install: false