From 12033045804c6e62bb6d274f98a137370f578920 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 21:39:11 +0000 Subject: [PATCH] Update pnpm/action-setup action to v6 --- .github/workflows/format-check.yml | 2 +- .github/workflows/lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/format-check.yml b/.github/workflows/format-check.yml index 8816bbe..89068cd 100644 --- a/.github/workflows/format-check.yml +++ b/.github/workflows/format-check.yml @@ -14,7 +14,7 @@ jobs: - name: 🧱 Checkout repository uses: actions/checkout@v6 - name: 🔩 Setup PNPM - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v6 with: standalone: true - name: 🔩 Setup Node ${{ matrix.node }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b0687d5..6011efb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: - name: 🧱 Checkout repository uses: actions/checkout@v6 - name: 🔩 Setup PNPM - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v6 with: standalone: true - name: 🔩 Setup Node ${{ matrix.node }}