diff --git a/.github/workflows/format-check.yml b/.github/workflows/format-check.yml index fc74227c..e6df4e0b 100644 --- a/.github/workflows/format-check.yml +++ b/.github/workflows/format-check.yml @@ -14,7 +14,7 @@ jobs: - name: 🧱 Checkout repository uses: actions/checkout@v5 - 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 edbef236..68bfb60f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: - name: 🧱 Checkout repository uses: actions/checkout@v5 - name: 🔩 Setup PNPM - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v6 with: standalone: true - name: 🔩 Setup Node ${{ matrix.node }}