File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,13 @@ The action takes the following inputs:
1414 Available channels are ` stable ` , ` beta ` . See
1515 https://flutter.dev/docs/development/tools/sdk/releases for details.
1616
17- * ` version ` : (Required) A specific SDK version, e.g. ` 3.0.2 ` or ` 3.1.0-9.0.pre `
17+ * ` version ` : (Required) A specific SDK version, e.g. ` latest ` or ` 3.0.2 ` or ` 3.1.0-9.0.pre `
1818
19- * ` cache ` : (Optional) Enable cache of the installed Flutter SDK . Default: false
19+ * ` cache ` : (Optional) Enable cache of the pub dependencies . Default: false
2020
21- * ` cache-key ` : (Optional) An explicit key for restoring and saving the Flutter SDK to/from cache
21+ * ` cache-sdk ` : (Optional) Enable cache of the installed Flutter SDK. Default: false
22+
23+ * ` cache-key ` : (Optional) An explicit key for restoring and saving the pub dependencies to/from cache
2224
2325## Basic example
2426
You can’t perform that action at this time.
0 commit comments