From 12f1a3dad609fbbe33a07888118ac5a536c713a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 09:03:02 +0100 Subject: [PATCH] chore(deps): bump pnpm/action-setup from 2.0.1 to 3.0.0 (#2661) Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2.0.1 to 3.0.0. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v2.0.1...v3.0.0) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- .github/workflows/renovate-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f58cc31..2002ae45 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: with: node-version: 18 - - uses: pnpm/action-setup@v2.0.1 + - uses: pnpm/action-setup@v3.0.0 name: Install pnpm id: pnpm-install with: diff --git a/.github/workflows/renovate-ci.yml b/.github/workflows/renovate-ci.yml index 7a902a99..c4655afe 100644 --- a/.github/workflows/renovate-ci.yml +++ b/.github/workflows/renovate-ci.yml @@ -65,7 +65,7 @@ jobs: with: node-version: 18 - - uses: pnpm/action-setup@v2.0.1 + - uses: pnpm/action-setup@v3.0.0 name: Install pnpm id: pnpm-install with: