From f3f33673f9991eda8f11e7c845f482bea9bbd98a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 12:44:52 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup action to v6.0.7 --- .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 1fe7023..306a3c7 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.6 + - uses: pnpm/action-setup@v6.0.7 name: Install pnpm id: pnpm-install with: