From 5eacafed9cabf5582ad6da7ca137fee391f90784 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 21:50:02 +0000 Subject: [PATCH] Bump pnpm/action-setup from 6.0.7 to 6.0.8 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 6.0.7 to 6.0.8. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v6.0.7...v6.0.8) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0bd53d8..9042da0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: path: ~/.pnpm-store key: pnpm-store+${{matrix.platform}}+${{matrix.node-version}}+${{ hashFiles('**/pnpm-lock.yaml') }} restore-keys: pnpm-store+${{matrix.platform}}+ - - uses: pnpm/action-setup@v6.0.7 + - uses: pnpm/action-setup@v6.0.8 with: version: ^8.15.4 run_install: true @@ -52,7 +52,7 @@ jobs: path: ~/.pnpm-store key: pnpm-store+ubuntu-latest+^24.0.0+${{ hashFiles('**/pnpm-lock.yaml') }} restore-keys: pnpm-store+ubuntu-latest+ - - uses: pnpm/action-setup@v6.0.7 + - uses: pnpm/action-setup@v6.0.8 with: version: ^8.15.4 run_install: true