chore(deps): update pnpm/action-setup action to v2.2.1
This commit is contained in:
committed by
renovate[bot]
parent
130f6f0d2f
commit
b3a8b015f8
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user