-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support new Arduino CLI JSON output keys
A breaking change was made to the key names of Arduino CLI's JSON output in its 0.18.0 release. This action was dependent on some of the keys that changed. Because the action has a `cli-version` input that allows it to be used with any Arduino CLI version, it is necessary to support both interface styles. Even though there is not currently extensive use of the interface, it seemed best to set up a translation system to support all usage of the interface rather than just doing a spot fix at the site of the current breakage.
- Loading branch information
Showing
3 changed files
with
108 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
GitPython==3.1.2 | ||
PyGithub==1.51 | ||
PyYAML==5.3.1 | ||
semver==2.13.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters