From 68efe61606b30f913d28bb09c1d0fc6b845c8891 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 16:44:04 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup action to v4.4.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 621be50..cb4b753 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.3.0 + - uses: pnpm/action-setup@v4.4.0 name: Install pnpm id: pnpm-install with: