From 77e776041c9a209692ee429d8a2fc5417902ee3a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Nov 2023 21:25:50 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup action to v2.4.0 --- .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 a5e9dd7..4f88e6d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: with: node-version: 18 - - uses: pnpm/action-setup@v2.2.1 + - uses: pnpm/action-setup@v2.4.0 with: version: 8.10.2 @@ -45,7 +45,7 @@ jobs: with: node-version: ${{ matrix.node }} - - uses: pnpm/action-setup@v2.2.1 + - uses: pnpm/action-setup@v2.4.0 with: version: 8.10.2 @@ -71,7 +71,7 @@ jobs: with: node-version: 18 - - uses: pnpm/action-setup@v2.2.1 + - uses: pnpm/action-setup@v2.4.0 with: version: 8.10.2