diff --git a/README.md b/README.md index f5f3900..9a69eb2 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The following inputs can be used to configure the action: | Input | Description | Default | Required | | ------------------- | ------------------------------------------------------------------------------------ | ------------------------ | -------- | | `args` | Arguments to pass to the ubc command. If provided, ubc will be invoked immediately. | `''` | No | -| `version` | The version of the `ubc` CLI to install. Use `latest` for the latest version. | `0.19.0` | No | +| `version` | The version of the `ubc` CLI to install. Use `latest` for the latest version. | `0.19.1` | No | | `license-key` | The ubCode license key. Recommended to be passed via secrets. | `''` | No | | `license-user` | The ubCode license user. Recommended to be passed via secrets. | `''` | No | | `working-directory` | The working directory to run the `ubc` command in. Defaults to the repository root. | `${{ github.workspace }}`| No | @@ -60,4 +60,4 @@ Windows and macOS runners are not supported at the moment. This action only supp ## License -The scripts and documentation in this project are released under the [MIT License](LICENSE). \ No newline at end of file +The scripts and documentation in this project are released under the [MIT License](LICENSE). diff --git a/action.yml b/action.yml index 515e06c..525f275 100644 --- a/action.yml +++ b/action.yml @@ -10,9 +10,9 @@ author: 'useblocks' # This allows for flexible and configurable behavior. inputs: version: - description: 'The version of the ubc CLI to install (e.g., 0.19.0). Use "latest" for the latest version.' + description: 'The version of the ubc CLI to install (e.g., 0.19.1). Use "latest" for the latest version.' required: false - default: '0.19.0' # Pinning to a known stable version by default is a best practice. + default: '0.19.1' # Pinning to a known stable version by default is a best practice. license-key: description: 'The ubCode license key. Recommended to be passed via secrets.' required: false