From c1854215c459f51819bcc5b75b26040e889b5737 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 21:11:54 +0000 Subject: [PATCH] chore(deps): bump pnpm/action-setup from 2.2.4 to 2.4.0 Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2.2.4 to 2.4.0. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v2.2.4...v2.4.0) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/nodejs.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/sync-components-types.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index aa70735a306e..d6ead738e264 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -41,7 +41,7 @@ jobs: restore-keys: | ${{ runner.os }}- - name: install - uses: pnpm/action-setup@v2.2.4 + uses: pnpm/action-setup@v2.4.0 with: version: 7 run_install: | diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 77a29cf271fd..8513a9293d38 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -112,7 +112,7 @@ jobs: restore-keys: | ${{ runner.os }}- - name: install - uses: pnpm/action-setup@v2.2.4 + uses: pnpm/action-setup@v2.4.0 with: version: 7 run_install: | diff --git a/.github/workflows/sync-components-types.yml b/.github/workflows/sync-components-types.yml index d7aaf4775642..15999c831a0f 100644 --- a/.github/workflows/sync-components-types.yml +++ b/.github/workflows/sync-components-types.yml @@ -32,7 +32,7 @@ jobs: ${{ runner.os }}- - name: install - uses: pnpm/action-setup@v2.2.4 + uses: pnpm/action-setup@v2.4.0 with: version: 7 run_install: |