From 2c45285870159f4f53caaba086bd6db1ae8e78b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Feb 2025 05:54:03 +0000 Subject: [PATCH] Update pnpm/action-setup action to v4.1.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 a53905d7..3a8f4b24 100644 --- a/.github/workflows/typescript-code-analysis.yml +++ b/.github/workflows/typescript-code-analysis.yml @@ -61,7 +61,7 @@ jobs: fetch-depth: 0 # Include the full git history for enhanced analysis - name: (Prepare Code to Analyze) Setup pnpm for react-router - uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0 + uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0 - name: (Prepare Code to Analyze) Install dependencies with pnpm run: pnpm install --frozen-lockfile --strict-peer-dependencies