From 3aa859e74b312d205153872729990734c35950a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 06:54:00 +0000 Subject: [PATCH] ci(deps): bump pnpm/action-setup from 4.1.0 to 6.0.8 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4.1.0 to 6.0.8. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v4.1.0...v6.0.8) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.8 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..b11bc4b 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.8 # 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..605f1fc 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.8 with: version: '9.x' run_install: false