From 95bb96f6015aa99b5e39e22b9b7a098ac178cb6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 22:23:38 +0000 Subject: [PATCH] build(deps): bump pnpm/action-setup from 5 to 6 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 5 to 6. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v5...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 | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d0d6401..c0b0ae1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,9 +16,9 @@ jobs: - name: Setup pnpm # Version comes from the "packageManager" field in package.json — - # pnpm/action-setup@v5 reads it automatically and errors if you also + # pnpm/action-setup@v6 reads it automatically and errors if you also # pass a `version:` input here. - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 - name: Setup Node.js uses: actions/setup-node@v5 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8da4191..e8b2180 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: - name: Setup pnpm # Version comes from the "packageManager" field in package.json. - uses: pnpm/action-setup@v5 + uses: pnpm/action-setup@v6 - name: Setup Node.js uses: actions/setup-node@v5