From 87ef60f2fc03586759db48288828174d11f63dfc Mon Sep 17 00:00:00 2001 From: jaime merino Date: Tue, 28 Apr 2026 09:34:07 +0200 Subject: [PATCH] set latest stackit cli version as default --- README.md | 10 +++++----- action.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7fe2d6a..16a13b7 100644 --- a/README.md +++ b/README.md @@ -38,11 +38,11 @@ jobs: ## Inputs -| Name | Description | Required | Default | -|------|-------------|----------|---------| -| `service-account-key` | The JSON content of your STACKIT Service Account Key. | Yes | N/A | -| `project-id` | STACKIT Project ID to scope the token. | No | N/A | -| `cli-version` | Version of STACKIT CLI to install (without "v" prefix). | No | `0.61.0` | +| Name | Description | Required | Default | +|------|-------------|----------|----------| +| `service-account-key` | The JSON content of your STACKIT Service Account Key. | Yes | N/A | +| `project-id` | STACKIT Project ID to scope the token. | No | N/A | +| `cli-version` | Version of STACKIT CLI to install (without "v" prefix). | No | `latest` | ## Outputs diff --git a/action.yml b/action.yml index 329c69e..61b7bd2 100644 --- a/action.yml +++ b/action.yml @@ -15,7 +15,7 @@ inputs: cli-version: description: 'Version of STACKIT CLI to install (without "v" prefix)' required: false - default: '0.61.0' + default: 'latest' outputs: bearer-token: