From 1d5b4bde6f27bc347cfe9eceac2237842749d02f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 04:37:17 +0000 Subject: [PATCH] chore(deps): bump pnpm/action-setup Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from cb9c4fdd700176d874d52d64ce3b7418842cf6d3 to 26f6d4f2c533a43e6b5da0b4a5dd983f98f7b49a. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/cb9c4fdd700176d874d52d64ce3b7418842cf6d3...26f6d4f2c533a43e6b5da0b4a5dd983f98f7b49a) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 26f6d4f2c533a43e6b5da0b4a5dd983f98f7b49a dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-release.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/nightly.yml | 2 +- .github/workflows/release.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index 49550bd..cdd3ad8 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -50,7 +50,7 @@ jobs: fetch-depth: 0 - name: Setup pnpm - uses: pnpm/action-setup@cb9c4fdd700176d874d52d64ce3b7418842cf6d3 # v6 + uses: pnpm/action-setup@26f6d4f2c533a43e6b5da0b4a5dd983f98f7b49a # v6 with: version: 10 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9652aae..8b0a125 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Setup pnpm - uses: pnpm/action-setup@cb9c4fdd700176d874d52d64ce3b7418842cf6d3 # v6 + uses: pnpm/action-setup@26f6d4f2c533a43e6b5da0b4a5dd983f98f7b49a # v6 with: version: 10 diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index cec90af..5353a4d 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Setup pnpm - uses: pnpm/action-setup@cb9c4fdd700176d874d52d64ce3b7418842cf6d3 # v6 + uses: pnpm/action-setup@26f6d4f2c533a43e6b5da0b4a5dd983f98f7b49a # v6 with: version: 10 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ee32124..9278495 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: fetch-depth: 0 - name: Setup pnpm - uses: pnpm/action-setup@cb9c4fdd700176d874d52d64ce3b7418842cf6d3 # v6 + uses: pnpm/action-setup@26f6d4f2c533a43e6b5da0b4a5dd983f98f7b49a # v6 with: version: 10