File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 35
35
run : echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
36
36
37
37
- name : Use Cache
38
- uses : actions/cache@v3
38
+ uses : actions/cache@v4
39
39
id : yarn-cache
40
40
with :
41
41
path : ${{ steps.yarn-cache-dir.outputs.dir }}
83
83
run : echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
84
84
85
85
- name : Use Cache
86
- uses : actions/cache@v3
86
+ uses : actions/cache@v4
87
87
id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
88
88
with :
89
89
path : ${{ steps.yarn-cache-dir.outputs.dir }}
@@ -125,7 +125,7 @@ jobs:
125
125
run : echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
126
126
127
127
- name : Use Cache
128
- uses : actions/cache@v3
128
+ uses : actions/cache@v4
129
129
id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
130
130
with :
131
131
path : ${{ steps.yarn-cache-dir.outputs.dir }}
@@ -204,7 +204,7 @@ jobs:
204
204
run : echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
205
205
206
206
- name : Use Cache
207
- uses : actions/cache@v3
207
+ uses : actions/cache@v4
208
208
id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
209
209
with :
210
210
path : ${{ steps.yarn-cache-dir.outputs.dir }}
Original file line number Diff line number Diff line change 33
33
run : echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
34
34
35
35
- name : Use Cache
36
- uses : actions/cache@v3
36
+ uses : actions/cache@v4
37
37
id : yarn-cache
38
38
with :
39
39
path : ${{ steps.yarn-cache-dir.outputs.dir }}
You can’t perform that action at this time.
0 commit comments