From 7000a718b4564aa3140056c62bdf01cea049140f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 13:14:00 +0000 Subject: [PATCH] Chore(deps): Bump databricks/setup-cli from 1.1.0 to 1.14.1 Bumps [databricks/setup-cli](https://github.com/databricks/setup-cli) from 1.1.0 to 1.14.1. - [Commits](https://github.com/databricks/setup-cli/compare/137ce208202e4b46c70a80568b206fdc7373c869...602f285bac0c85e5985bf4c16d5a2befed0578d9) --- updated-dependencies: - dependency-name: databricks/setup-cli dependency-version: 1.14.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/run-checks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-checks.yaml b/.github/workflows/run-checks.yaml index bd316ba..dda9352 100644 --- a/.github/workflows/run-checks.yaml +++ b/.github/workflows/run-checks.yaml @@ -18,7 +18,7 @@ jobs: python-version: '3.11' # First-party Databricks action, SHA-pinned. Installs the CLI version the # template's schema requires (min_databricks_cli_version: v1.1.0). - - uses: databricks/setup-cli@137ce208202e4b46c70a80568b206fdc7373c869 # v1.1.0 + - uses: databricks/setup-cli@602f285bac0c85e5985bf4c16d5a2befed0578d9 # v1.14.1 - name: Install Python dependencies run: | python -m pip install --upgrade pip