From d939ef0e5773b62ac244194efa8b43db09f72bae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 17:43:43 +0000 Subject: [PATCH] Update pnpm/action-setup action to v4.4.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 baa2dbcb..55e5b89a 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.4.0 with: version: latest