From 7fc2a3ced3252fbc761d80176cc2362526ef0ce6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2024 20:55:50 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup action to v2.4.1 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5c349411..08ff750b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,7 +34,7 @@ jobs: - name: Install pnpm if: ${{ matrix.node-version != '14.x' }} - uses: pnpm/action-setup@v2.2.4 + uses: pnpm/action-setup@v2.4.1 - name: Install pnpm (node 14) if: ${{ matrix.node-version == '14.x' }}