From 10e5eb26c66106b2bbb32b2aad3f57be6bf77d40 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 16:17:24 +0000 Subject: [PATCH] Update pnpm/action-setup action to v2.4.1 --- .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 bcb1da5e..d9fa0c09 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - - uses: pnpm/action-setup@v2.2.4 + - uses: pnpm/action-setup@v2.4.1 with: version: 6.12.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1a60b2ba..e4a32d53 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: node-version: 14.x registry-url: 'https://registry.npmjs.org' - - uses: pnpm/action-setup@v2.2.4 + - uses: pnpm/action-setup@v2.4.1 with: version: 6.12.0