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: |