File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 28
28
key : ${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}
29
29
restore-keys : |
30
30
${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}
31
- - uses : pnpm/action-setup@v2.2.2
31
+ - uses : pnpm/action-setup@v2.4.0
32
32
with :
33
33
version : latest
34
34
run_install : false
Original file line number Diff line number Diff line change 29
29
key : ${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}
30
30
restore-keys : |
31
31
${{ runner.os }}-build-${{ env.cache-name }}-${{ matrix.node-version }}-
32
- - uses : pnpm/action-setup@v2.2.2
32
+ - uses : pnpm/action-setup@v2.4.0
33
33
with :
34
34
version : latest
35
35
run_install : false
You can’t perform that action at this time.
0 commit comments