From 4cb7094e23ec7b99b2b8c412593b3f36a2642d70 Mon Sep 17 00:00:00 2001 From: eng-dev-ecosystem-bot Date: Wed, 12 Feb 2025 20:18:55 +0000 Subject: [PATCH] Release CLI v0.241.2 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b64c3b46..3abd0729 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ curl -fsSL https://raw.githubusercontent.com/databricks/setup-cli/main/install.s To install a specific version, you can replace `main` with a specific release tag: ```bash -curl -fsSL https://raw.githubusercontent.com/databricks/setup-cli/v0.221.1/install.sh | sh +curl -fsSL https://raw.githubusercontent.com/databricks/setup-cli/v0.241.2/install.sh | sh ``` ## GitHub Actions @@ -43,7 +43,7 @@ To always use the latest version of the Databricks CLI, use the action from the In case you need to use a specific version of the Databricks CLI, use the action from a release tag: ```yml -- uses: databricks/setup-cli@v0.221.1 +- uses: databricks/setup-cli@v0.241.2 ``` Replace the tag with the version you want to use. @@ -53,7 +53,7 @@ Alternatively, you can specify the version as a parameter to the action: ```yml - uses: databricks/setup-cli@main with: - version: 0.221.1 + version: 0.241.2 ``` ## Preview notice