From a482034577ef11fe180503d419231e28ca8d6520 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 05:43:42 +0000 Subject: [PATCH] chore(deps): bump pnpm/action-setup from 2.4.0 to 3.0.0 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2.4.0 to 3.0.0. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v2.4.0...v3.0.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/tests-ts.yaml | 2 +- .github/workflows/validate.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests-ts.yaml b/.github/workflows/tests-ts.yaml index 5406c7ed..83e9319f 100644 --- a/.github/workflows/tests-ts.yaml +++ b/.github/workflows/tests-ts.yaml @@ -40,7 +40,7 @@ jobs: with: node-version: 21 - name: Install PNPM - uses: pnpm/action-setup@v2.4.0 + uses: pnpm/action-setup@v3.0.0 id: pnpm-install with: version: 8 diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index 964ce370..d52d3b06 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -18,7 +18,7 @@ jobs: with: node-version: 21 - name: Install PNPM - uses: pnpm/action-setup@v2.4.0 + uses: pnpm/action-setup@v3.0.0 id: pnpm-install with: version: 8