From ccd7fe1c419a2cd5e5f34497044055d200903f4a Mon Sep 17 00:00:00 2001 From: Marco Heinemann Date: Mon, 13 Oct 2025 15:06:26 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20ubc=20to=200.?= =?UTF-8?q?19.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From d0f54236a9439263b2faa6a9f27a5ea3b17c2845 Mon Sep 17 00:00:00 2001 From: Marco Heinemann Date: Mon, 13 Oct 2025 15:07:32 +0200 Subject: [PATCH 2/2] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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).