From 84269fabf49620db9f7c062e70236d247f158edb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 14:05:19 +0000 Subject: [PATCH] ci(deps): bump pnpm/action-setup from 2 to 6 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2 to 6. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v2.0.0...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 | 12 ++++++------ .github/workflows/gui.yml | 4 ++-- .github/workflows/release.yml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f6d2b1..afc5155 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: '22' - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v6 with: version: 9 - name: Install dependencies @@ -77,7 +77,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: '22' - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v6 with: version: 9 @@ -149,7 +149,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: '22' - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v6 with: version: 9 @@ -203,7 +203,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: '22' - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v6 with: version: 9 @@ -266,7 +266,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: '22' - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v6 with: version: 9 @@ -315,7 +315,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: '22' - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v6 with: version: 9 diff --git a/.github/workflows/gui.yml b/.github/workflows/gui.yml index b9ed630..806d179 100644 --- a/.github/workflows/gui.yml +++ b/.github/workflows/gui.yml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6 with: version: 9 @@ -119,7 +119,7 @@ jobs: key: ${{ matrix.platform.target }} prefix-key: "v2" - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6 with: version: 9 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5536d9f..a0f7b5c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -183,7 +183,7 @@ jobs: key: ${{ matrix.platform.target }} prefix-key: "v2" - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6 with: version: 9