diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index f0e3d9c3d..65cad23c1 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -31,7 +31,7 @@ jobs: key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }} restore-keys: | ${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}- - - uses: pnpm/action-setup@v2.2.1 + - uses: pnpm/action-setup@v2.2.2 with: version: latest run_install: true