Skip to content

Commit 3bf7386

Browse files
Update README to mention CLI v0.241.2 (#158)
Co-authored-by: eng-dev-ecosystem-bot <eng-dev-ecosystem-bot@users.noreply.github.com>
1 parent d2965f9 commit 3bf7386

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ curl -fsSL https://raw.githubusercontent.com/databricks/setup-cli/main/install.s
2222
To 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
4343
In 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
4949
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:
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

0 commit comments

Comments
 (0)