File tree Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Expand file tree Collapse file tree 8 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 62
62
63
63
# Cache xmake dependencies
64
64
- name : Retrieve cached xmake dependencies
65
- uses : actions/cache@v3
65
+ uses : actions/cache@v4
66
66
with :
67
67
path : ${{ env.XMAKE_GLOBALDIR }}/.xmake/packages
68
68
key : Android-${{ matrix.ndk_sdkver }}-${{ matrix.arch }}-${{ matrix.mode }}-${{ steps.dep_hash.outputs.hash }}-W${{ steps.cache_key.outputs.key }}
Original file line number Diff line number Diff line change @@ -82,15 +82,15 @@ jobs:
82
82
# Cache xmake dependencies
83
83
- name : Retrieve cached xmake dependencies (Linux)
84
84
if : runner.os == 'Linux'
85
- uses : actions/cache@v3
85
+ uses : actions/cache@v4
86
86
with :
87
87
path : ${{ env.XMAKE_GLOBALDIR }}/.xmake/packages
88
88
key : Linux-${{ matrix.config.arch }}-coverage-${{ steps.dep_hash_linux.outputs.hash }}-W${{ steps.cache_key.outputs.key }}
89
89
90
90
# Cache xmake dependencies
91
91
- name : Retrieve cached xmake dependencies (Windows)
92
92
if : runner.os == 'Windows'
93
- uses : actions/cache@v3
93
+ uses : actions/cache@v4
94
94
with :
95
95
path : ${{ env.XMAKE_GLOBALDIR }}\.xmake\packages
96
96
key : MSVC-${{ matrix.config.arch }}-coverage-${{ steps.dep_hash_windows.outputs.hash }}-W${{ steps.cache_key.outputs.key }}
Original file line number Diff line number Diff line change 54
54
55
55
# Cache xmake dependencies
56
56
- name : Retrieve cached xmake dependencies
57
- uses : actions/cache@v3
57
+ uses : actions/cache@v4
58
58
with :
59
59
path : ${{ env.XMAKE_GLOBALDIR }}/.xmake/packages
60
60
key : iOS-${{ matrix.mode }}-${{ steps.dep_hash.outputs.hash }}-W${{ steps.cache_key.outputs.key }}
Original file line number Diff line number Diff line change 69
69
70
70
# Cache xmake dependencies
71
71
- name : Retrieve cached xmake dependencies
72
- uses : actions/cache@v3
72
+ uses : actions/cache@v4
73
73
with :
74
74
path : ${{ env.XMAKE_GLOBALDIR }}/.xmake/packages
75
75
key : Linux-${{ matrix.arch }}-${{ matrix.confs.mode }}-${{ steps.dep_hash.outputs.hash }}-W${{ steps.cache_key.outputs.key }}
Original file line number Diff line number Diff line change 57
57
58
58
# Cache xmake dependencies
59
59
- name : Retrieve cached xmake dependencies
60
- uses : actions/cache@v3
60
+ uses : actions/cache@v4
61
61
with :
62
62
path : ${{ env.XMAKE_GLOBALDIR }}/.xmake/packages
63
63
key : macOS-${{ matrix.arch }}-${{ matrix.mode }}-${{ steps.dep_hash.outputs.hash }}-W${{ steps.cache_key.outputs.key }}
Original file line number Diff line number Diff line change 68
68
69
69
# Cache xmake dependencies
70
70
- name : Retrieve cached xmake dependencies
71
- uses : actions/cache@v3
71
+ uses : actions/cache@v4
72
72
with :
73
73
path : ${{ env.XMAKE_GLOBALDIR }}/.xmake/packages
74
74
key : MinGW-${{ matrix.arch }}-${{ matrix.mode }}-${{ steps.dep_hash.outputs.hash }}-W${{ steps.cache_key.outputs.key }}
Original file line number Diff line number Diff line change 65
65
66
66
# Cache xmake dependencies
67
67
- name : Retrieve cached xmake dependencies
68
- uses : actions/cache@v3
68
+ uses : actions/cache@v4
69
69
with :
70
70
path : ${{ env.XMAKE_GLOBALDIR }}/.xmake/packages
71
71
key : Wasm-${{ matrix.arch }}-${{ matrix.mode }}-${{ steps.dep_hash.outputs.hash }}-W${{ steps.cache_key.outputs.key }}
Original file line number Diff line number Diff line change 64
64
65
65
# Cache xmake dependencies
66
66
- name : Retrieve cached xmake dependencies
67
- uses : actions/cache@v3
67
+ uses : actions/cache@v4
68
68
with :
69
69
path : ${{ env.XMAKE_GLOBALDIR }}\.xmake\packages
70
70
key : MSVC-${{ matrix.arch }}-${{ matrix.config.mode }}-${{ matrix.config.runtime }}-${{ steps.dep_hash.outputs.hash }}-W${{ steps.cache_key.outputs.key }}
You can’t perform that action at this time.
0 commit comments