From 3f86d8cc1c1b8b120eb2f449c32da97a1d52a145 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 14:30:34 +0000 Subject: [PATCH] Update pnpm/action-setup action to v6 --- .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 baa2dbcb..d0eca39b 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@v6.0.8 with: version: latest