From 92eef52da53b71f8a71034e199b35610e96d55f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 02:31:12 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup action to v4 --- .github/workflows/api-client.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/api-client.yml b/.github/workflows/api-client.yml index 2df53f9b04b..09e754ec713 100644 --- a/.github/workflows/api-client.yml +++ b/.github/workflows/api-client.yml @@ -41,7 +41,7 @@ jobs: restore-keys: | ${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-${{ hashFiles('**/package.json') }} - - uses: pnpm/action-setup@v3.0.0 + - uses: pnpm/action-setup@v4.0.0 with: run_install: true diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b69905cd760..05c1b8a6c48 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Setup pnpm - uses: pnpm/action-setup@v3.0.0 + uses: pnpm/action-setup@v4.0.0 with: version: 9.x run_install: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a576595be68..efb5047fcc5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: with: redis-version: 6 - name: Setup pnpm - uses: pnpm/action-setup@v3.0.0 + uses: pnpm/action-setup@v4.0.0 with: version: 9.x run_install: false