From 7d2e44086f4a1a51e6a5def064409e61273bd2e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 10:11:36 +0000 Subject: [PATCH] chore(deps): bump pnpm/action-setup Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from f520eceda224fe1a4aed5a2a27a194379a409996 to 0977fd99725f1db4007ccb2928dbb4e90d06cc86. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/f520eceda224fe1a4aed5a2a27a194379a409996...0977fd99725f1db4007ccb2928dbb4e90d06cc86) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: '0977fd99725f1db4007ccb2928dbb4e90d06cc86' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/publish-npm.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6bdd6fc..7b133af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6 - name: Setup pnpm - uses: pnpm/action-setup@f520eceda224fe1a4aed5a2a27a194379a409996 # v6 + uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6 with: version: 8.10.2 diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index 489d362..721360a 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -28,7 +28,7 @@ jobs: fetch-depth: 0 - name: Setup pnpm - uses: pnpm/action-setup@f520eceda224fe1a4aed5a2a27a194379a409996 # v6 + uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6 with: version: 8.10.2