From 395ec300f9ffd1e250ad69026af32c7d35f25fe0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 16:07:58 +0000 Subject: [PATCH] Update pnpm/action-setup action to v4.2.0 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index baa2dbc..90f0030 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -33,7 +33,7 @@ jobs: run: npm -v - name: Installer PNPM - uses: pnpm/action-setup@v4.0.0 + uses: pnpm/action-setup@v4.2.0 with: version: latest