File tree Expand file tree Collapse file tree 12 files changed +15
-15
lines changed Expand file tree Collapse file tree 12 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 3535
3636 steps :
3737 - uses : actions/checkout@v4
38- - uses : actions/cache@v3
38+ - uses : actions/cache@v4
3939 with :
4040 path : .downloaded-cache
4141 key : downloaded-cache
Original file line number Diff line number Diff line change 3030
3131 - uses : actions/checkout@v4
3232
33- - uses : actions/cache@v3
33+ - uses : actions/cache@v4
3434 with :
3535 path : .downloaded-cache
3636 key : downloaded-cache-${{ github.sha }}
Original file line number Diff line number Diff line change 4040 git config --global advice.detachedHead 0
4141 git config --global init.defaultBranch garbage
4242 - uses : actions/checkout@v4
43- - uses : actions/cache@v3
43+ - uses : actions/cache@v4
4444 with :
4545 path : .downloaded-cache
4646 key : downloaded-cache
Original file line number Diff line number Diff line change 2323 done | grep -F .
2424 working-directory : include
2525
26- - uses : actions/cache@v3
26+ - uses : actions/cache@v4
2727 with :
2828 path : .downloaded-cache
2929 key : downloaded-cache-${{ github.sha }}
Original file line number Diff line number Diff line change 3838 - name : Checkout repository
3939 uses : actions/checkout@v4
4040
41- - uses : actions/cache@v3
41+ - uses : actions/cache@v4
4242 with :
4343 path : .downloaded-cache
4444 key : downloaded-cache
Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ jobs:
227227 - uses : actions/checkout@v4
228228 with :
229229 path : src
230- - uses : actions/cache@v3
230+ - uses : actions/cache@v4
231231 with :
232232 path : src/.downloaded-cache
233233 key : downloaded-cache
Original file line number Diff line number Diff line change 3838 - uses : actions/checkout@v4
3939 with :
4040 path : src
41- - uses : actions/cache@v3
41+ - uses : actions/cache@v4
4242 with :
4343 path : src/.downloaded-cache
4444 key : downloaded-cache
Original file line number Diff line number Diff line change 5757 - uses : actions/checkout@v4
5858 with :
5959 path : src
60- - uses : actions/cache@v3
60+ - uses : actions/cache@v4
6161 with :
6262 path : src/.downloaded-cache
6363 key : downloaded-cache
Original file line number Diff line number Diff line change 4343 - uses : actions/checkout@v4
4444 with :
4545 path : src
46- - uses : actions/cache@v3
46+ - uses : actions/cache@v4
4747 with :
4848 path : src/.downloaded-cache
4949 key : downloaded-cache
Original file line number Diff line number Diff line change 6969 - uses : actions/checkout@v4
7070 with :
7171 path : src
72- - uses : actions/cache@v3
72+ - uses : actions/cache@v4
7373 with :
7474 path : src/.downloaded-cache
7575 key : downloaded-cache
You can’t perform that action at this time.
0 commit comments