From 019738e034d8f302d346ef1cf6381fdcb5cd3416 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 04:36:47 +0000 Subject: [PATCH 1/2] ci(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/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb31d89..0d07493 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -572,7 +572,7 @@ jobs: # version is auto-detected from root package.json `packageManager` field # (pnpm@9.15.0). Specifying `version:` here would conflict with that # and fail with ERR_PNPM_BAD_PM_VERSION. - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v6 - uses: actions/setup-node@v4 with: From a257f3209014cd12ceb4720b23c7165bcd16cdaa Mon Sep 17 00:00:00 2001 From: choisungyong Date: Wed, 17 Jun 2026 20:46:50 +0900 Subject: [PATCH 2/2] ci: pin pnpm setup version for template smoke --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d07493..cbf18be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -569,10 +569,9 @@ jobs: run: bash scripts/test-templates.sh - name: Install pnpm - # version is auto-detected from root package.json `packageManager` field - # (pnpm@9.15.0). Specifying `version:` here would conflict with that - # and fail with ERR_PNPM_BAD_PM_VERSION. uses: pnpm/action-setup@v6 + with: + version: 9.15.0 - uses: actions/setup-node@v4 with: