Skip to content

Commit

Permalink
Update README to mention CLI v0.241.2 (#158)
Browse files Browse the repository at this point in the history
Co-authored-by: eng-dev-ecosystem-bot <[email protected]>
  • Loading branch information
1 parent d2965f9 commit 3bf7386
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 3bf7386

Please sign in to comment.