diff --git a/.github/workflows/format-check.yml b/.github/workflows/format-check.yml index 36733648..0c204048 100644 --- a/.github/workflows/format-check.yml +++ b/.github/workflows/format-check.yml @@ -18,7 +18,7 @@ jobs: - name: 🧱 Checkout repository uses: actions/checkout@v5 - name: 🔩 Setup PNPM - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 with: standalone: true - name: 🔩 Setup Node ${{ matrix.node }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2ec5db73..fa0a077a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,7 +13,7 @@ jobs: - name: 🧱 Checkout repository uses: actions/checkout@v5 - name: 🔩 Setup PNPM - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v5 with: standalone: true - name: 🔩 Setup Node ${{ matrix.node }}