File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
with :
25
25
fetch-depth : 0
26
26
- name : LLVM cache
27
- uses : actions/cache@v3
27
+ uses : actions/cache@v4
28
28
with :
29
29
path : ./llvm
30
30
key : ${{ hashFiles('download_llvm.sh') }}
87
87
xcode-version : ${{env.XCODE_VERSION}}
88
88
- uses : actions/checkout@v3
89
89
- name : LLVM cache
90
- uses : actions/cache@v3
90
+ uses : actions/cache@v4
91
91
with :
92
92
path : ./llvm
93
93
key : ${{ hashFiles('download_llvm.sh') }}
Original file line number Diff line number Diff line change 17
17
with :
18
18
fetch-depth : 0
19
19
- name : LLVM cache
20
- uses : actions/cache@v3
20
+ uses : actions/cache@v4
21
21
with :
22
22
path : ./llvm
23
23
key : ${{ hashFiles('download_llvm.sh') }}
71
71
xcode-version : ${{env.XCODE_VERSION}}
72
72
- uses : actions/checkout@v3
73
73
- name : LLVM cache
74
- uses : actions/cache@v3
74
+ uses : actions/cache@v4
75
75
with :
76
76
path : ./llvm
77
77
key : ${{ hashFiles('download_llvm.sh') }}
You can’t perform that action at this time.
0 commit comments