File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6767
6868 - name : cache extlib
6969 id : cache-extlib
70- uses : actions/cache@v4.2.0
70+ uses : actions/cache@v4.2.3
7171 with :
7272 key : extlib-${{ runner.os }}-${{ hashFiles('./ExtLibraries/**') }}-${{ matrix.build_bit }}
7373 path : ./ExtLibraries
@@ -200,7 +200,7 @@ jobs:
200200
201201 - name : cache extlib
202202 id : cache-extlib
203- uses : actions/cache@v4.2.0
203+ uses : actions/cache@v4.2.3
204204 with :
205205 key : extlib-${{ runner.os }}-${{ hashFiles('./ExtLibraries/**') }}-${{ matrix.build_bit }}
206206 path : ExtLibraries
Original file line number Diff line number Diff line change 6161
6262 - name : cache extlib
6363 id : cache-extlib
64- uses : actions/cache@v4.2.0
64+ uses : actions/cache@v4.2.3
6565 with :
6666 key : extlib-${{ runner.os }}-${{ hashFiles('./ExtLibraries/**') }}}
6767 path : ExtLibraries
You can’t perform that action at this time.
0 commit comments