@@ -17,10 +17,10 @@ jobs:
17
17
run :
18
18
shell : bash
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
with :
22
22
submodules : false
23
- - uses : actions/cache@v3
23
+ - uses : actions/cache@v4
24
24
with :
25
25
path : ./tools/dist
26
26
key : ${{ runner.os }}-${{ hashFiles('package/package_esp8266com_index.template.json', 'tests/common.sh', 'tests/build.sh') }}
@@ -39,13 +39,13 @@ jobs:
39
39
lwip : ["default", "IPv6"]
40
40
chunk : [0, 1, 2, 3, 4, 5, 6, 7]
41
41
steps :
42
- - uses : actions/checkout@v3
42
+ - uses : actions/checkout@v4
43
43
with :
44
44
submodules : true
45
- - uses : actions/setup-python@v4
45
+ - uses : actions/setup-python@v5
46
46
with :
47
47
python-version : ' 3.x'
48
- - uses : actions/cache@v3
48
+ - uses : actions/cache@v4
49
49
with :
50
50
path : ./tools/dist
51
51
key : ${{ runner.os }}-${{ hashFiles('package/package_esp8266com_index.template.json', 'tests/common.sh', 'tests/build.sh') }}
@@ -63,13 +63,13 @@ jobs:
63
63
name : Windows
64
64
runs-on : windows-latest
65
65
steps :
66
- - uses : actions/checkout@v3
66
+ - uses : actions/checkout@v4
67
67
with :
68
68
submodules : false
69
- - uses : actions/setup-python@v4
69
+ - uses : actions/setup-python@v5
70
70
with :
71
71
python-version : ' 3.x'
72
- - uses : actions/cache@v3
72
+ - uses : actions/cache@v4
73
73
with :
74
74
path : ./tools/dist
75
75
key : ${{ runner.os }}-${{ hashFiles('package/package_esp8266com_index.template.json', 'tests/common.sh', 'tests/build.sh') }}
@@ -88,13 +88,13 @@ jobs:
88
88
run :
89
89
shell : bash
90
90
steps :
91
- - uses : actions/checkout@v3
91
+ - uses : actions/checkout@v4
92
92
with :
93
93
submodules : false
94
- - uses : actions/setup-python@v4
94
+ - uses : actions/setup-python@v5
95
95
with :
96
96
python-version : ' 3.x'
97
- - uses : actions/cache@v3
97
+ - uses : actions/cache@v4
98
98
with :
99
99
path : ./tools/dist
100
100
key : ${{ runner.os }}-${{ hashFiles('package/package_esp8266com_index.template.json', 'tests/common.sh', 'tests/build.sh') }}
0 commit comments