From 2b62209579a0dc81ead2b538b5bb2fc77ed807c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Sep 2026 10:42:25 +0000 Subject: [PATCH] chore(deps): bump databricks/setup-cli from 1.16.0 to 1.17.0 Bumps [databricks/setup-cli](https://github.com/databricks/setup-cli) from 1.16.0 to 1.17.0. - [Commits](https://github.com/databricks/setup-cli/compare/fd1d91d9d3b5f1191a2aae9206f7c68a997dc52d...d76f84cea9893ce68311a1f33fb0c95af6c963b7) --- updated-dependencies: - dependency-name: databricks/setup-cli dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e85b39fc..15dd241b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,7 +68,7 @@ jobs: - name: Install Databricks CLI # Pin to v1.10.0 commit SHA — never @main next to DATABRICKS_TOKEN - uses: databricks/setup-cli@fd1d91d9d3b5f1191a2aae9206f7c68a997dc52d # v1.16.0 + uses: databricks/setup-cli@d76f84cea9893ce68311a1f33fb0c95af6c963b7 # v1.17.0 with: version: "1.10.0"