From 77a686a21bc93d56a85676e11cd99a0ffc7328b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 16:29:30 +0000 Subject: [PATCH] Update pnpm/action-setup action to v2.4.1 --- .github/workflows/CI.yml | 2 +- lib/koa-api/.github/workflows/CI.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0c095fa..59cb920 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -30,7 +30,7 @@ jobs: node-version: ${{ matrix.node }} - name: Install dependencies - uses: pnpm/action-setup@v2.2.2 + uses: pnpm/action-setup@v2.4.1 with: version: 6.23.6 run_install: true diff --git a/lib/koa-api/.github/workflows/CI.yml b/lib/koa-api/.github/workflows/CI.yml index 4845a26..254033c 100644 --- a/lib/koa-api/.github/workflows/CI.yml +++ b/lib/koa-api/.github/workflows/CI.yml @@ -30,7 +30,7 @@ jobs: node-version: ${{ matrix.node }} - name: Install dependencies - uses: pnpm/action-setup@v2.2.1 + uses: pnpm/action-setup@v2.4.1 with: version: 6.23.6 run_install: true