From 8fcbec857109da982d1f7731cd8dbe0572297107 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 12:29:33 -0400 Subject: [PATCH] Bump pnpm/action-setup from 3 to 4 (#289) Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 3 to 4. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v3...v4) --- 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 | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d21e316d..7e76991ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: with: fetch-depth: 0 - - uses: pnpm/action-setup@v3 + - uses: pnpm/action-setup@v4 with: version: 8.7.4 @@ -59,7 +59,7 @@ jobs: with: fetch-depth: 2 - - uses: pnpm/action-setup@v3 + - uses: pnpm/action-setup@v4 with: version: 8.7.4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c9007e5d6..44d6f2873 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v4 - name: Setup PNPM - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 with: version: 8.7.4 @@ -57,7 +57,7 @@ jobs: uses: actions/checkout@v4 - name: Setup PNPM - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 with: version: 8.7.4