Skip to content

Commit 5f7ad34

Browse files
committed
chore: update to arduino-cli version 0.35.3
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 9779de5 commit 5f7ad34

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

compile-examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pattern to build one or more board(s). Default `""` to build all boards defined
1010

1111
### `cli-version`
1212

13-
The version of arduino-cli to use. Default `"0.31.0"`.
13+
The version of arduino-cli to use. Default `"0.35.3"`.
1414

1515
### `libraries`
1616

compile-examples/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ inputs:
77
default: ''
88
cli-version:
99
description: 'Version of arduino-cli to use when building'
10-
default: '0.31.0'
10+
default: '0.35.3'
1111
libraries:
1212
description: 'List of library dependencies to install (comma separated)'
1313
default: ''

0 commit comments

Comments
 (0)