From 76cb0852123088aeac592af836d652cecb51220f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 23:59:20 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup action to v6.0.9 --- .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 f82f6b4..ee6965a 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@v6.0.8 + - uses: pnpm/action-setup@v6.0.9 name: Install pnpm id: pnpm-install with: