From 6d3595b651e0a847ca8f3076712de816d4497ac2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Feb 2025 07:43:02 +0000 Subject: [PATCH] Bump pnpm/action-setup from 3.0.0 to 4.1.0 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 3.0.0 to 4.1.0. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v3.0.0...v4.1.0) --- 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.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 54c49a8..116b48c 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -16,7 +16,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: 18 - - uses: pnpm/action-setup@v3.0.0 + - uses: pnpm/action-setup@v4.1.0 name: Install pnpm id: pnpm-install with: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c52ce1e..76a6171 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -14,7 +14,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: 18 - - uses: pnpm/action-setup@v3.0.0 + - uses: pnpm/action-setup@v4.1.0 name: Install pnpm id: pnpm-install with: