@@ -23,14 +23,13 @@ jobs:
23
23
24
24
- uses : xmake-io/github-action-setup-xmake@v1
25
25
26
- - uses : actions/cache@v3
26
+ - uses : actions/cache@v4
27
27
with :
28
28
path : |
29
29
~/AppData/Local/.xmake
30
- .xmake
31
- key : xmake-levilamina-windows-x64-${{ github.sha }}
30
+ key : xmake-${{ hashFiles('xmake.lua') }}
32
31
restore-keys : |
33
- xmake-levilamina-windows-x64-
32
+ xmake-
34
33
35
34
- run : |
36
35
xmake repo -u
@@ -58,14 +57,13 @@ jobs:
58
57
59
58
- uses : xmake-io/github-action-setup-xmake@v1
60
59
61
- - uses : actions/cache@v3
60
+ - uses : actions/cache@v4
62
61
with :
63
62
path : |
64
63
~/AppData/Local/.xmake
65
- .xmake
66
- key : xmake-levilamina-debug-windows-x64-${{ github.sha }}
64
+ key : xmake-${{ hashFiles('xmake.lua') }}
67
65
restore-keys : |
68
- xmake-levilamina-debug-windows-x64-
66
+ xmake-
69
67
70
68
- run : |
71
69
xmake repo -u
@@ -93,14 +91,13 @@ jobs:
93
91
94
92
- uses : xmake-io/github-action-setup-xmake@v1
95
93
96
- - uses : actions/cache@v3
94
+ - uses : actions/cache@v4
97
95
with :
98
96
path : |
99
97
~/AppData/Local/.xmake
100
- .xmake
101
- key : xmake-levilamina-with-tests-windows-x64-${{ github.sha }}
98
+ key : xmake-${{ hashFiles('xmake.lua') }}
102
99
restore-keys : |
103
- xmake-levilamina-with-tests-windows-x64-
100
+ xmake-
104
101
105
102
- run : |
106
103
xmake repo -u
@@ -128,14 +125,13 @@ jobs:
128
125
129
126
- uses : xmake-io/github-action-setup-xmake@v1
130
127
131
- - uses : actions/cache@v3
128
+ - uses : actions/cache@v4
132
129
with :
133
130
path : |
134
131
~/AppData/Local/.xmake
135
- .xmake
136
- key : xmake-levilamina-debug-with-tests-windows-x64-${{ github.sha }}
132
+ key : xmake-${{ hashFiles('xmake.lua') }}
137
133
restore-keys : |
138
- xmake-levilamina-debug-with-tests-windows-x64-
134
+ xmake-
139
135
140
136
- run : |
141
137
xmake repo -u
0 commit comments