diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9e0f4a67c..0436131c7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: restore-keys: | ${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }} - - uses: pnpm/action-setup@v3.0.0 + - uses: pnpm/action-setup@v4.2.0 with: version: 8.x.x run_install: true diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 63cde3117..1724cfe8d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -33,7 +33,7 @@ jobs: restore-keys: | ${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }} - - uses: pnpm/action-setup@v3.0.0 + - uses: pnpm/action-setup@v4.2.0 with: version: 8.x.x run_install: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f124d55ab..15a55d282 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: restore-keys: | ${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }} - - uses: pnpm/action-setup@v3.0.0 + - uses: pnpm/action-setup@v4.2.0 with: version: 8.x.x run_install: true