We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9779de5 commit 5f7ad34Copy full SHA for 5f7ad34
2 files changed
compile-examples/README.md
@@ -10,7 +10,7 @@ Pattern to build one or more board(s). Default `""` to build all boards defined
10
11
### `cli-version`
12
13
-The version of arduino-cli to use. Default `"0.31.0"`.
+The version of arduino-cli to use. Default `"0.35.3"`.
14
15
### `libraries`
16
compile-examples/action.yml
@@ -7,7 +7,7 @@ inputs:
7
default: ''
8
cli-version:
9
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)'
0 commit comments