From 4868a73e79cc2d4904cb023f0f555f609a036402 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 11:01:16 +0000 Subject: [PATCH] Update pnpm/action-setup action to v3 --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac7f311a..4ecd99b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: with: node-version: 12.x - - uses: pnpm/action-setup@v2.2.4 + - uses: pnpm/action-setup@v3.0.0 with: version: 6.17.2 run_install: true @@ -44,7 +44,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - - uses: pnpm/action-setup@v2.2.4 + - uses: pnpm/action-setup@v3.0.0 with: version: 6.17.2 run_install: true @@ -67,7 +67,7 @@ jobs: node-version: 14.x registry-url: 'https://registry.npmjs.org' - - uses: pnpm/action-setup@v2.2.4 + - uses: pnpm/action-setup@v3.0.0 with: version: 6.17.2 run_install: true