File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ curl -fsSL https://raw.githubusercontent.com/databricks/setup-cli/main/install.s
2222To install a specific version, you can replace ` main ` with a specific release tag:
2323
2424``` bash
25- curl -fsSL https://raw.githubusercontent.com/databricks/setup-cli/v0.221.1 /install.sh | sh
25+ curl -fsSL https://raw.githubusercontent.com/databricks/setup-cli/v0.241.2 /install.sh | sh
2626```
2727
2828## GitHub Actions
@@ -43,7 +43,7 @@ To always use the latest version of the Databricks CLI, use the action from the
4343In case you need to use a specific version of the Databricks CLI, use the action from a release tag:
4444
4545` ` ` yml
46- - uses : databricks/setup-cli@v0.221.1
46+ - uses : databricks/setup-cli@v0.241.2
4747` ` `
4848
4949Replace 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:
5353` ` ` yml
5454- uses : databricks/setup-cli@main
5555 with :
56- version : 0.221.1
56+ version : 0.241.2
5757` ` `
5858
5959## Preview notice
You can’t perform that action at this time.
0 commit comments