From a0e16e26f1722b5b7f1382e02e7e7515132c4dad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 00:00:12 +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..eb133bf0 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.9 with: version: latest