From 5df5b154f21db6891d9bc5862df5561732aa97b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2024 17:38:21 +0000 Subject: [PATCH] Bump pnpm/action-setup from 3 to 4 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] --- .github/workflows/main.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 15eb262..661a486 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v4 # https://github.com/pnpm/action-setup - - uses: pnpm/action-setup@v3 + - uses: pnpm/action-setup@v4 with: version: 6 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 99d6ba3..977f7a0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 # https://github.com/pnpm/action-setup - - uses: pnpm/action-setup@v3 + - uses: pnpm/action-setup@v4 with: version: 6