File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 34
34
# Cache files in ./frontend
35
35
#
36
36
- name : Cache
37
- uses : actions/cache@v2
37
+ uses : actions/cache@v3
38
38
id : use-cache
39
39
with :
40
40
path : |
@@ -102,7 +102,7 @@ jobs:
102
102
# Cache files in ./frontend
103
103
#
104
104
- name : Cache
105
- uses : actions/cache@v2
105
+ uses : actions/cache@v3
106
106
id : cache
107
107
with :
108
108
path : |
Original file line number Diff line number Diff line change 30
30
# Cache files in ./frontend
31
31
#
32
32
- name : Cache
33
- uses : actions/cache@v2
33
+ uses : actions/cache@v3
34
34
id : use-cache
35
35
with :
36
36
path : |
Original file line number Diff line number Diff line change 22
22
# Cache .txt file and use date as dependancy to create new cache
23
23
- name : Store/Restore file in cache
24
24
id : cachedFile
25
- uses : actions/cache@v2
25
+ uses : actions/cache@v3
26
26
with :
27
27
path : filecoin-lotus-latest-push-date.txt
28
28
key : ${{ runner.os }}-lotus-date-${{ steps.get-date.outputs.date }}
You can’t perform that action at this time.
0 commit comments