From c80e558be1e5948bbfd29d9b76166f0d8bd89376 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 09:32:41 +0000 Subject: [PATCH] build(deps): bump pnpm/action-setup from 6.0.8 to 6.0.9 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 6.0.8 to 6.0.9. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v6.0.8...v6.0.9) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pnpm-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pnpm-test.yml b/.github/workflows/pnpm-test.yml index 1ed7eab..fb7885b 100644 --- a/.github/workflows/pnpm-test.yml +++ b/.github/workflows/pnpm-test.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: pnpm/action-setup@v6.0.8 + - uses: pnpm/action-setup@v6.0.9 with: version: ${{ env.PNPM_VERSION }} - uses: actions/setup-node@v6