From 35c3eb2ba620fd0029e0c1bd9e51594c6f2c3e96 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 15:56:37 +0200 Subject: [PATCH] chore(deps): update pnpm/action-setup action to v4 (#4881) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/test-query-engine-driver-adapters.yml | 2 +- .github/workflows/wasm-benchmarks.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-query-engine-driver-adapters.yml b/.github/workflows/test-query-engine-driver-adapters.yml index ce600021b413..011342f65fcd 100644 --- a/.github/workflows/test-query-engine-driver-adapters.yml +++ b/.github/workflows/test-query-engine-driver-adapters.yml @@ -70,7 +70,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: 8 diff --git a/.github/workflows/wasm-benchmarks.yml b/.github/workflows/wasm-benchmarks.yml index a043d056ae98..4aceeeb7f857 100644 --- a/.github/workflows/wasm-benchmarks.yml +++ b/.github/workflows/wasm-benchmarks.yml @@ -31,7 +31,7 @@ jobs: uses: actions/setup-node@v4 - name: "Setup pnpm" - uses: pnpm/action-setup@v3.0.0 + uses: pnpm/action-setup@v4.0.0 with: version: 8