From db1801a5ad30d12ab15453738ab109da3d9a1806 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 16:34:55 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup action to v5 --- .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 b9eb1d63..8e58e998 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: with: node-version: ${{ env.node_version }} - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v5 with: version: ${{ env.pnpm_version }} cache: true