From 84f766194a9b49d38765b1bfddaa65b3a6ef5ed5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 12:53:40 +0000 Subject: [PATCH] chore(deps): bump pnpm/action-setup from 5 to 6.0.9 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 5 to 6.0.9. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v5...v6.0.9) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.9 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cicd.yml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index e51296e2..fb3b2963 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v6 # v6.0.2 - name: Setup pnpm - uses: pnpm/action-setup@v5 # v5.0.0 + uses: pnpm/action-setup@v6.0.9 # v5.0.0 - name: Setup Node.js uses: actions/setup-node@v6 # v6.3.0 with: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index dcd53f1a..69c8e6dd 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v6 # v6.0.2 - name: Setup pnpm - uses: pnpm/action-setup@v5 # v5.0.0 + uses: pnpm/action-setup@v6.0.9 # v5.0.0 - name: Setup Node uses: actions/setup-node@v6 # v6.3.0