File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ jobs:
20
20
- board : STMicroelectronics:stm32:GenF1
21
21
board_options : pnum=BLACKPILL_F103C8
22
22
- board : STMicroelectronics:stm32:GenF4
23
- board_options : pnum=pnum= BLACKPILL_F401CC
23
+ board_options : pnum=BLACKPILL_F401CC
24
24
25
25
steps :
26
26
- name : Checkout
27
- uses : actions/checkout@v3
27
+ uses : actions/checkout@v4
28
28
- name : Install arduino-cli
29
29
run : curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | BINDIR=/usr/local/bin sh
30
30
- name : Install STM32 core
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
9
9
steps :
10
- - uses : actions/checkout@v3
11
- - uses : actions/cache@v3
10
+ - uses : actions/checkout@v4
11
+ - uses : actions/cache@v4
12
12
with :
13
13
path : |
14
14
~/.cache/pip
15
15
~/.platformio/.cache
16
16
key : ${{ runner.os }}-pio
17
- - uses : actions/setup-python@v4
17
+ - uses : actions/setup-python@v5
18
18
with :
19
- python-version : ' 3.9 '
19
+ python-version : ' 3.12 '
20
20
- name : Install PlatformIO Core
21
21
run : pip install --upgrade platformio
22
22
You can’t perform that action at this time.
0 commit comments