From 1c8c5021f73015317e45ed4b44a75483eabda799 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 12:35:56 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup action to v4 --- .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 b5984a32..d785aa9b 100644 --- a/.github/workflows/format-check.yml +++ b/.github/workflows/format-check.yml @@ -18,7 +18,7 @@ jobs: - name: 🧱 Checkout repository uses: actions/checkout@v4 - name: 🔩 Setup PNPM - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 with: standalone: true - name: 🔩 Setup Node ${{ matrix.node }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ecd04e8c..07de3268 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,7 +13,7 @@ jobs: - name: 🧱 Checkout repository uses: actions/checkout@v4 - name: 🔩 Setup PNPM - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 with: standalone: true - name: 🔩 Setup Node ${{ matrix.node }}