From bbb3bff4b89f5f7b37f4ceadd0d3c86127482d6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 13:19:06 +0000 Subject: [PATCH] ci(deps): bump pnpm/action-setup from 2 to 5 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2 to 5. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v2.0.0...v5) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: '5' 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..5d92f79 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@v5 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@v5 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@v5 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@v5 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@v5 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@v5 with: version: 9 diff --git a/.github/workflows/gui.yml b/.github/workflows/gui.yml index b9ed630..bfc4b33 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@v5 with: version: 9 @@ -119,7 +119,7 @@ jobs: key: ${{ matrix.platform.target }} prefix-key: "v2" - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v5 with: version: 9 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5536d9f..8bfda58 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@v5 with: version: 9