File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 39
39
with :
40
40
ref : ${{ inputs.branch_name }}
41
41
- name : Cache apt packages
42
- uses : actions/cache@v2
42
+ uses : actions/cache@v4.2.0
43
43
with :
44
44
path : |
45
45
/var/cache/apt/archives
@@ -109,7 +109,7 @@ jobs:
109
109
string(TIMESTAMP current_date "%Y-%m-%d-%H;%M;%S" UTC)
110
110
message("::set-output name=timestamp::${current_date}")
111
111
- name : Ccache cache files
112
- uses : actions/cache@v1.1 .0
112
+ uses : actions/cache@v4.2 .0
113
113
with :
114
114
path : .ccache
115
115
key : ${ { matrix.config.name } }-ccache-${ { steps.ccache_cache_timestamp.outputs.timestamp } }
Original file line number Diff line number Diff line change 31
31
- name : checkout
32
32
uses : actions/checkout@v2
33
33
- name : Cache apt packages
34
- uses : actions/cache@v2
34
+ uses : actions/cache@v4.2.0
35
35
with :
36
36
path : |
37
37
/var/cache/apt/archives
You can’t perform that action at this time.
0 commit comments