From ae4e0f8e9fae51d0c10cf3460b58d3ac5570dc40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 04:16:41 +0000 Subject: [PATCH] build(deps): bump pnpm/action-setup from 4 to 6 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4 to 6. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v4...v6) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/format.yml | 2 +- .github/workflows/npm-publish.yml | 4 ++-- .github/workflows/unreleased-publish.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 4880568..be40df4 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -24,7 +24,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: "*" - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6 with: version: latest - run: pnpm install diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 29fcaf6..1632ce1 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: latest - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6 with: version: latest - run: pnpm install @@ -37,7 +37,7 @@ jobs: with: node-version: latest registry-url: https://registry.npmjs.org/ - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6 with: version: latest - run: pnpm install diff --git a/.github/workflows/unreleased-publish.yml b/.github/workflows/unreleased-publish.yml index 0e8b613..222f878 100644 --- a/.github/workflows/unreleased-publish.yml +++ b/.github/workflows/unreleased-publish.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: latest - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6 with: version: latest - run: pnpm install @@ -37,7 +37,7 @@ jobs: with: node-version: latest registry-url: https://registry.npmjs.org/ - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6 with: version: latest - run: pnpm install