From ceba44847555b449a923ae576d485d0e897024b3 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Thu, 10 Sep 2026 06:45:55 +0000 Subject: [PATCH] build: update pnpm/action-setup action to v6.1.0 See associated pull request for more information. --- .github/workflows/benchmark-compare.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark-compare.yml b/.github/workflows/benchmark-compare.yml index 8c17a17bfe3..fb7d398edf8 100644 --- a/.github/workflows/benchmark-compare.yml +++ b/.github/workflows/benchmark-compare.yml @@ -45,7 +45,7 @@ jobs: node-version-file: '.nvmrc' - name: Install pnpm - uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10 + uses: pnpm/action-setup@ea17c68df8912ef543352723c149a84f56e3d413 # v6.1.0 - run: pnpm install --frozen-lockfile