17
17
uses : actions/checkout@v4
18
18
19
19
- name : Cache dependencies
20
- uses : actions/cache@v3
20
+ uses : actions/cache@v4
21
21
with :
22
22
path : |
23
23
~/.cache/pip
27
27
key : ${{ runner.os }}-platformio-ci-paxo-v5
28
28
29
29
- name : Setup Python
30
- uses : actions/setup-python@v4
30
+ uses : actions/setup-python@v5
31
31
with :
32
- python-version : ' 3.11 '
32
+ python-version : ' 3.13 '
33
33
34
34
- name : Install PlatformIO Core
35
35
run : pip install --upgrade platformio
66
66
uses : actions/checkout@v4
67
67
68
68
- name : Cache dependencies
69
- uses : actions/cache@v3
69
+ uses : actions/cache@v4
70
70
with :
71
71
path : |
72
72
~/.cache/pip
76
76
key : ${{ runner.os }}-platformio-ci-linux
77
77
78
78
- name : Setup Python
79
- uses : actions/setup-python@v4
79
+ uses : actions/setup-python@v5
80
80
with :
81
- python-version : ' 3.11 '
81
+ python-version : ' 3.13 '
82
82
83
83
- name : Install PlatformIO Core
84
84
run : pip install --upgrade platformio
@@ -124,7 +124,7 @@ jobs:
124
124
uses : actions/checkout@v4
125
125
126
126
- name : Cache dependencies
127
- uses : actions/cache@v3
127
+ uses : actions/cache@v4
128
128
with :
129
129
path : |
130
130
~/.cache/pip
@@ -134,9 +134,9 @@ jobs:
134
134
key : ${{ runner.os }}-platformio-ci-macos
135
135
136
136
- name : Setup Python
137
- uses : actions/setup-python@v4
137
+ uses : actions/setup-python@v5
138
138
with :
139
- python-version : ' 3.11 '
139
+ python-version : ' 3.13 '
140
140
141
141
- name : Install PlatformIO Core
142
142
run : pip install --upgrade platformio
@@ -183,7 +183,7 @@ jobs:
183
183
uses : actions/checkout@v4
184
184
185
185
- name : Cache dependencies
186
- uses : actions/cache@v3
186
+ uses : actions/cache@v4
187
187
with :
188
188
path : |
189
189
~/.cache/pip
@@ -193,9 +193,9 @@ jobs:
193
193
key : ${{ runner.os }}-platformio-ci-windows
194
194
195
195
- name : Setup Python
196
- uses : actions/setup-python@v4
196
+ uses : actions/setup-python@v5
197
197
with :
198
- python-version : ' 3.11 '
198
+ python-version : ' 3.13 '
199
199
200
200
- name : Install PlatformIO Core
201
201
run : pip install --upgrade platformio
0 commit comments