Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bump default arduino-cli version to 1.x stable release
  • Loading branch information
alessio-perugini committed Jul 1, 2024
commit 5ddb39e17ce27b978e32256eebb21bae29cf8a99
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ description: "Download Arduino CLI and add it to the PATH"
author: "Arduino"
inputs:
version:
description: "Version to use. Example: 0.5.0"
default: "0.x"
description: "Version to use. Example: (1.0.1, 1.0.x, 1.x)"
default: "1.x"
token:
description: "Personal access token (PAT) used to call the Github API."
required: false
Expand Down