From dc85c3da567cc32b0bfd7b2b2888bf928790a8a3 Mon Sep 17 00:00:00 2001 From: alvarosabu Date: Fri, 26 Jul 2024 07:35:34 +0200 Subject: [PATCH] chore(ci): update pnpm action to v4 --- .github/workflows/lint.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a40c8fda..d8757b66 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,9 +16,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup Pnpm - uses: pnpm/action-setup@v2 - with: - version: 8 + uses: pnpm/action-setup@v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: