From ab176c9a182d73dcac166969ba7bd665b0ebfeb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 07:53:54 +0000 Subject: [PATCH] build(deps): bump pnpm/action-setup from 2 to 3 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2 to 3. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v2...v3) --- 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/pull_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f1f5752..1f56d9b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -46,7 +46,7 @@ jobs: with: node-version: lts/* - name: Setup PNPM - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v3 with: version: latest run_install: true diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index e50d755..a73fc70 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -22,7 +22,7 @@ jobs: with: node-version: lts/* - name: Setup PNPM - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v3 with: version: latest run_install: true