From 78b2bb3668dfe73550b55c527f83a743e8673271 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 13:03:36 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup action to v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1910a93d..a303c780 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: with: node-version: 18 - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v4 with: version: 7.14.1