From d1a061e25a3e9678b4cee5a37c263167ea835692 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 16:39:13 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup action to v6.0.8 --- .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 306a3c7..3e619da 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.7 + - uses: pnpm/action-setup@v6.0.8 name: Install pnpm id: pnpm-install with: