From b3f72966b81176424d1a71700c1d3bd99d6df029 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 09:16:51 +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/ci.yml | 2 +- .github/workflows/eslint.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/typescript.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b82128..c97fafb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: - name: Setup pnpm id: pnpm-install - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 with: run_install: false diff --git a/.github/workflows/eslint.yml b/.github/workflows/eslint.yml index 2e5f7aa..b86abfa 100644 --- a/.github/workflows/eslint.yml +++ b/.github/workflows/eslint.yml @@ -33,7 +33,7 @@ jobs: - name: Setup pnpm id: pnpm-install - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 with: run_install: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0b7161d..4c0b79e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: - name: Setup pnpm id: pnpm-install - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 with: version: 8 run_install: false diff --git a/.github/workflows/typescript.yml b/.github/workflows/typescript.yml index 65bcdf4..36dd7ad 100644 --- a/.github/workflows/typescript.yml +++ b/.github/workflows/typescript.yml @@ -30,7 +30,7 @@ jobs: node-version: 20 - name: Setup pnpm - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 with: run_install: false