From 4d3780f24dfa848039a94a8b38f47bfba18e130d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 16:50:36 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup action to v4.3.0 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fac3302..c9748c9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,7 @@ jobs: - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v6 - - uses: pnpm/action-setup@v4.2.0 + - uses: pnpm/action-setup@v4.3.0 name: Install pnpm id: pnpm-install with: