From 5fff8fc93e610b4f619ee852b0fdfb0df2e1eb51 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 00:58:07 +0000 Subject: [PATCH] Update pnpm/action-setup action to v4.2.0 --- .github/workflows/typescript-code-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/typescript-code-analysis.yml b/.github/workflows/typescript-code-analysis.yml index 56f7ef24..59d996dd 100644 --- a/.github/workflows/typescript-code-analysis.yml +++ b/.github/workflows/typescript-code-analysis.yml @@ -59,7 +59,7 @@ jobs: - name: (Prepare Code to Analyze) Setup pnpm for react-router - uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0 + uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0 - name: (Prepare Code to Analyze) Install dependencies with pnpm run: pnpm install --frozen-lockfile --strict-peer-dependencies