File tree 4 files changed +16
-16
lines changed
4 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 24
24
25
25
26
26
- name : Cache pip macOS
27
- uses : actions/cache@v1
27
+ uses : actions/cache@v4
28
28
if : startsWith(runner.os, 'macOS')
29
29
with :
30
30
path : ~/Library/Caches/pip
34
34
35
35
- name : Cache Homebrew Downloads
36
36
if : startsWith(runner.os, 'macOS')
37
- uses : actions/cache@v1
37
+ uses : actions/cache@v4
38
38
with :
39
39
path : ~/Library/Caches/Homebrew
40
40
# key: ${{ runner.OS }}-build-downloads-${{ hashFiles('**/package-lock.json') }}
45
45
46
46
# - name: Cache Homebrew
47
47
# if: matrix.os == 'macOS-latest'
48
- # uses: actions/cache@v1
48
+ # uses: actions/cache@v4
49
49
# with:
50
50
# path: /usr/local/Homebrew
51
51
# # key: ${{ runner.OS }}-build-localbrew-${{ hashFiles('**/package-lock.json') }}
62
62
message("::set-output name=timestamp::${current_date}")
63
63
64
64
- name : ccache cache files
65
- uses : actions/cache@v1.1.0
65
+ uses : actions/cache@v4
66
66
with :
67
67
path : ${{runner.workspace}}/.ccache
68
68
key : ${{ runner.OS }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }}
Original file line number Diff line number Diff line change 27
27
git fetch --prune --unshallow
28
28
29
29
- name : Cache pip Linux
30
- uses : actions/cache@v1
30
+ uses : actions/cache@v4
31
31
if : startsWith(runner.os, 'Linux')
32
32
with :
33
33
path : ~/.cache/pip
36
36
${{ runner.os }}-pip-
37
37
38
38
- name : Cache pip macOS
39
- uses : actions/cache@v1
39
+ uses : actions/cache@v4
40
40
if : startsWith(runner.os, 'macOS')
41
41
with :
42
42
path : ~/Library/Caches/pip
45
45
${{ runner.os }}-pip-
46
46
47
47
- name : ccache cache files
48
- uses : actions/cache@v1.1.0
48
+ uses : actions/cache@v4
49
49
with :
50
50
path : ${{runner.workspace}}/.ccache
51
51
key : ${{ runner.OS }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }}
61
61
run : cmake -E make_directory ${{runner.workspace}}/build
62
62
63
63
- name : Cache CCache
64
- uses : actions/cache@v1
64
+ uses : actions/cache@v4
65
65
with :
66
66
path : ~/.ccache
67
67
# key: ${{ runner.OS }}-build-ccache-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 27
27
git fetch --prune --unshallow
28
28
29
29
- name : Cache pip Linux
30
- uses : actions/cache@v1
30
+ uses : actions/cache@v4
31
31
if : startsWith(runner.os, 'Linux')
32
32
with :
33
33
path : ~/.cache/pip
36
36
${{ runner.os }}-pip-
37
37
38
38
- name : Cache pip macOS
39
- uses : actions/cache@v1
39
+ uses : actions/cache@v4
40
40
if : startsWith(runner.os, 'macOS')
41
41
with :
42
42
path : ~/Library/Caches/pip
45
45
${{ runner.os }}-pip-
46
46
47
47
- name : ccache cache files
48
- uses : actions/cache@v1.1.0
48
+ uses : actions/cache@v4
49
49
with :
50
50
path : ${{runner.workspace}}/.ccache
51
51
key : ${{ runner.OS }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }}
61
61
run : cmake -E make_directory ${{runner.workspace}}/build
62
62
63
63
- name : Cache CCache
64
- uses : actions/cache@v1
64
+ uses : actions/cache@v4
65
65
with :
66
66
path : ~/.ccache
67
67
# key: ${{ runner.OS }}-build-ccache-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change 27
27
git fetch --prune --unshallow
28
28
29
29
- name : Cache pip Linux
30
- uses : actions/cache@v1
30
+ uses : actions/cache@v4
31
31
if : startsWith(runner.os, 'Linux')
32
32
with :
33
33
path : ~/.cache/pip
36
36
${{ runner.os }}-pip-
37
37
38
38
- name : Cache pip macOS
39
- uses : actions/cache@v1
39
+ uses : actions/cache@v4
40
40
if : startsWith(runner.os, 'macOS')
41
41
with :
42
42
path : ~/Library/Caches/pip
45
45
${{ runner.os }}-pip-
46
46
47
47
- name : ccache cache files
48
- uses : actions/cache@v1.1.0
48
+ uses : actions/cache@v4
49
49
with :
50
50
path : ${{runner.workspace}}/.ccache
51
51
key : ${{ runner.OS }}-ccache-${{ steps.ccache_cache_timestamp.outputs.timestamp }}
61
61
run : cmake -E make_directory ${{runner.workspace}}/build
62
62
63
63
- name : Cache CCache
64
- uses : actions/cache@v1
64
+ uses : actions/cache@v4
65
65
with :
66
66
path : ~/.ccache
67
67
# key: ${{ runner.OS }}-build-ccache-${{ hashFiles('**/package-lock.json') }}
You can’t perform that action at this time.
0 commit comments