File tree 3 files changed +6
-6
lines changed 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 29
29
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
30
30
31
31
- name : pnpm Cache
32
- uses : buildjet/cache@v3
32
+ uses : buildjet/cache@v4
33
33
with :
34
34
path : ${{ steps.pnpm-setup.outputs.pnpm_cache_dir }}
35
35
key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
Original file line number Diff line number Diff line change 29
29
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
30
30
31
31
- name : pnpm Cache
32
- uses : buildjet/cache@v3
32
+ uses : buildjet/cache@v4
33
33
with :
34
34
path : ${{ steps.pnpm-setup.outputs.pnpm_cache_dir }}
35
35
key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
Original file line number Diff line number Diff line change 22
22
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
23
23
24
24
- name : pnpm Cache
25
- uses : buildjet/cache@v3
25
+ uses : buildjet/cache@v4
26
26
with :
27
27
path : ${{ steps.pnpm-setup.outputs.pnpm_cache_dir }}
28
28
key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
52
52
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
53
53
54
54
- name : pnpm Cache
55
- uses : buildjet/cache@v3
55
+ uses : buildjet/cache@v4
56
56
with :
57
57
path : ${{ steps.pnpm-setup.outputs.pnpm_cache_dir }}
58
58
key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
85
85
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
86
86
87
87
- name : pnpm Cache
88
- uses : buildjet/cache@v3
88
+ uses : buildjet/cache@v4
89
89
with :
90
90
path : ${{ steps.pnpm-setup.outputs.pnpm_cache_dir }}
91
91
key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -118,7 +118,7 @@ jobs:
118
118
echo "::set-output name=pnpm_cache_dir::$(pnpm store path)"
119
119
120
120
- name : pnpm Cache
121
- uses : buildjet/cache@v3
121
+ uses : buildjet/cache@v4
122
122
with :
123
123
path : ${{ steps.pnpm-setup.outputs.pnpm_cache_dir }}
124
124
key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
You can’t perform that action at this time.
0 commit comments