From 6f23e746839df691077a2f8453f8076ed78688c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 21:35:55 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup action to v6 --- .github/actions/setup-pnpm/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-pnpm/action.yaml b/.github/actions/setup-pnpm/action.yaml index 04e1ea694..25b43a6eb 100644 --- a/.github/actions/setup-pnpm/action.yaml +++ b/.github/actions/setup-pnpm/action.yaml @@ -21,7 +21,7 @@ runs: with: node-version: ${{ inputs.node-version }} - name: Setup pnpm - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0 + uses: pnpm/action-setup@08c4be7e2e672a47d11bd04269e27e5f3e8529cb # v6.0.0 with: version: ${{ inputs.pnpm-version }} - name: Cache pnpm store and node_modules