From f3b43d7e8b2764620908bf9334a08fd287105443 Mon Sep 17 00:00:00 2001 From: Bot <158096250+hywax-assistant@users.noreply.github.com> Date: Sat, 11 Apr 2026 19:02:08 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup action to v6 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb41b70..6a20ea8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v6 - name: PNPM - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v6 with: run_install: false