From a3fdfadbe1a07a9d15230eefe42fb1f29df031bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 14:17:03 +0000 Subject: [PATCH] chore: bump pnpm/action-setup in the github-actions group Bumps the github-actions group with 1 update: [pnpm/action-setup](https://github.com/pnpm/action-setup). Updates `pnpm/action-setup` from 6.0.9 to 6.0.10 - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v6.0.9...v6.0.10) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bea01d6..7345376 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: with: filter: tree:0 fetch-depth: 0 - - uses: pnpm/action-setup@v6.0.9 + - uses: pnpm/action-setup@v6.0.10 name: Install pnpm with: run_install: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ceb330c..21f0ab1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: with: ref: main fetch-depth: 0 - - uses: pnpm/action-setup@v6.0.9 + - uses: pnpm/action-setup@v6.0.10 with: run_install: false - uses: actions/setup-node@v7 @@ -88,7 +88,7 @@ jobs: with: ref: main fetch-depth: 0 - - uses: pnpm/action-setup@v6.0.9 + - uses: pnpm/action-setup@v6.0.10 with: run_install: false - uses: actions/setup-node@v7