From 602c08d2f463e45ad9f384dc8e52fa10c99bad3a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Jul 2023 14:43:51 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup action to v2.3.0 --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c81117d40..75acbcb3f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: with: node-version: ${{ matrix.node_version }} - - uses: pnpm/action-setup@v2.2.4 + - uses: pnpm/action-setup@v2.3.0 with: version: 8.6.5 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 323a55d0b2..44ef0a6077 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: lts/* - - uses: pnpm/action-setup@v2.2.4 + - uses: pnpm/action-setup@v2.3.0 with: version: 8.6.5 - name: Install dependencies