diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a6adb0aa..a63ece68 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,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.0 + - uses: pnpm/action-setup@v2.2.1 with: version: latest run_install: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 19c210a7..7aeafc29 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,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.0 + - uses: pnpm/action-setup@v2.2.1 with: version: latest run_install: true @@ -120,7 +120,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.0 + - uses: pnpm/action-setup@v2.2.1 with: version: latest run_install: true diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5a31c07a..61b35564 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: restore-keys: | ${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}- - - uses: pnpm/action-setup@v2.2.0 + - uses: pnpm/action-setup@v2.2.1 with: version: latest run_install: true