From f0a2d9ecc4b0162854c9b34d5e927240444f0918 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 May 2024 14:07:46 +0200 Subject: [PATCH] chore(deps): bump pnpm/action-setup from 3.0.0 to 4.0.0 (#3415) Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 3.0.0 to 4.0.0. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v3.0.0...v4.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> Co-authored-by: Nicolas Meienberger <47644445+meienberger@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 5f22368a..f66ebef8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: with: node-version: 18 - - uses: pnpm/action-setup@v3.0.0 + - uses: pnpm/action-setup@v4.0.0 name: Install pnpm id: pnpm-install with: diff --git a/.github/workflows/renovate-ci.yml b/.github/workflows/renovate-ci.yml index 827f92e5..11b7702c 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@v3.0.0 + - uses: pnpm/action-setup@v4.0.0 name: Install pnpm id: pnpm-install with: