From d22abca9e36023e18a136c1dea8a03bdee848b8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 15:17:50 +0000 Subject: [PATCH] ci: bump pnpm/action-setup from 4.3.0 to 6.0.10 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4.3.0 to 6.0.10. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/b906affcce14559ad1aafd4ab0e942779e9f58b1...0977fd99725f1db4007ccb2928dbb4e90d06cc86) --- 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/fast-pnpm.yml | 2 +- .github/workflows/hosted-web-release.yml | 2 +- .github/workflows/pages-deploy.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/fast-pnpm.yml b/.github/workflows/fast-pnpm.yml index b4e0e84..e19a378 100644 --- a/.github/workflows/fast-pnpm.yml +++ b/.github/workflows/fast-pnpm.yml @@ -55,7 +55,7 @@ jobs: - uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5 with: persist-credentials: false - - uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4 + - uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10 with: version: ${{ inputs.pnpm-version }} run_install: false diff --git a/.github/workflows/hosted-web-release.yml b/.github/workflows/hosted-web-release.yml index b88b447..0ba2e3c 100644 --- a/.github/workflows/hosted-web-release.yml +++ b/.github/workflows/hosted-web-release.yml @@ -68,7 +68,7 @@ jobs: with: ref: ${{ inputs.checkout-ref }} persist-credentials: false - - uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4 + - uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10 if: inputs.package-cache == 'pnpm' with: version: ${{ inputs.pnpm-version }} diff --git a/.github/workflows/pages-deploy.yml b/.github/workflows/pages-deploy.yml index 8a9869e..d8ae7b8 100644 --- a/.github/workflows/pages-deploy.yml +++ b/.github/workflows/pages-deploy.yml @@ -51,7 +51,7 @@ jobs: with: ref: ${{ inputs.checkout-ref }} persist-credentials: false - - uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4 + - uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10 if: inputs.package-cache == 'pnpm' with: version: ${{ inputs.pnpm-version }}