From 978eecc353a686228f7b84e000ff9a8c279ff7ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 07:42:48 +0000 Subject: [PATCH] ci(deps): bump pnpm/action-setup from 4.1.0 to 6.0.4 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4.1.0 to 6.0.4. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v4.1.0...v6.0.4) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8186e29..780166c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,7 +30,7 @@ jobs: node-version: latest - name: Install PNPM package manager - uses: pnpm/action-setup@v4.1.0 # Action for setting up pnpm. + uses: pnpm/action-setup@v6.0.4 # Action for setting up pnpm. id: pnpm-install with: version: ^9 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 74fe055..186d1a1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,7 +29,7 @@ jobs: node-version: '20.x' - name: Setup PNPM - uses: pnpm/action-setup@v4.1.0 + uses: pnpm/action-setup@v6.0.4 with: version: '9.x' run_install: false