Skip to content

Commit

Permalink
chore: update to arduino-cli version 0.35.3
Browse files Browse the repository at this point in the history
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
  • Loading branch information
fpistm committed Mar 26, 2024
1 parent 9779de5 commit 5f7ad34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compile-examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pattern to build one or more board(s). Default `""` to build all boards defined

### `cli-version`

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

### `libraries`

Expand Down
2 changes: 1 addition & 1 deletion compile-examples/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ inputs:
default: ''
cli-version:
description: 'Version of arduino-cli to use when building'
default: '0.31.0'
default: '0.35.3'
libraries:
description: 'List of library dependencies to install (comma separated)'
default: ''
Expand Down

0 comments on commit 5f7ad34

Please sign in to comment.