From f8167e5a15a02bac970cf28d42cb7b7e098bc250 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 20:10:49 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup action to v6 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 49b66b6..4462ae7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v6.0.2 - name: Pnpm 🧱 - uses: pnpm/action-setup@v4.2.0 + uses: pnpm/action-setup@v6.0.3 - name: Node.js ⚓ uses: actions/setup-node@v6.3.0