From 08cb064c318768e562797ecb92ab66710d628c98 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 21:08:27 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup action to v6.0.5 --- .github/workflows/node.js-ci.yml | 2 +- .github/workflows/npm-publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node.js-ci.yml b/.github/workflows/node.js-ci.yml index f22222f..2119382 100644 --- a/.github/workflows/node.js-ci.yml +++ b/.github/workflows/node.js-ci.yml @@ -34,7 +34,7 @@ jobs: with: node-version: '24' - - uses: pnpm/action-setup@v6.0.3 + - uses: pnpm/action-setup@v6.0.5 with: run_install: false diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index c064ff5..ae1966f 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -29,7 +29,7 @@ jobs: node-version: 24 registry-url: https://registry.npmjs.org - - uses: pnpm/action-setup@v6.0.3 + - uses: pnpm/action-setup@v6.0.5 name: Install pnpm with: run_install: false