From 41fca4a8d816484d9f28707406bb59ff13b2658d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 09:58:35 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup action to v4.2.0 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 77d4ef2..1049536 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,7 @@ jobs: - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v5 - - uses: pnpm/action-setup@v4.1.0 + - uses: pnpm/action-setup@v4.2.0 name: Install pnpm id: pnpm-install with: