File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4949 -
uses :
MarkusJx/[email protected] 5050
5151 - name : Cache LLVM
52- uses : actions/cache@v3
52+ uses : actions/cache@v4
5353 with :
5454 path : llvm-clang.tar.gz
5555 key : ${{ runner.os }}-llvm-clang
7575
7676 - name : Cache LLVM
7777 id : cache-llvm
78- uses : actions/cache@v3
78+ uses : actions/cache@v4
7979 with :
8080 path : llvm-clang.tar.gz
8181 key : ${{ runner.os }}-llvm-clang
@@ -108,7 +108,7 @@ jobs:
108108
109109 - name : Cache LLVM
110110 id : cache-llvm
111- uses : actions/cache@v3
111+ uses : actions/cache@v4
112112 with :
113113 path : llvm-clang.tar.gz
114114 key : ${{ runner.os }}-llvm-clang
@@ -152,7 +152,7 @@ jobs:
152152
153153 - name : Cache LLVM
154154 id : cache-llvm
155- uses : actions/cache@v3
155+ uses : actions/cache@v4
156156 with :
157157 path : llvm-clang.tar.gz
158158 key : ${{ runner.os }}-llvm-clang
@@ -186,7 +186,7 @@ jobs:
186186
187187 - name : Cache LLVM
188188 id : cache-llvm
189- uses : actions/cache@v3
189+ uses : actions/cache@v4
190190 with :
191191 path : llvm-clang.tar.gz
192192 key : ${{ runner.os }}-llvm-clang
Original file line number Diff line number Diff line change 1313
1414 - name : Cache LLVM
1515 id : cache-llvm
16- uses : actions/cache@v3
16+ uses : actions/cache@v4
1717 with :
1818 path : llvm-clang.tar.gz
1919 key : ${{ runner.os }}-llvm-clang
Original file line number Diff line number Diff line change 1313
1414 - name : Cache LLVM
1515 id : cache-llvm
16- uses : actions/cache@v3
16+ uses : actions/cache@v4
1717 with :
1818 path : llvm-clang.tar.gz
1919 key : ${{ runner.os }}-llvm-clang
You can’t perform that action at this time.
0 commit comments