From 0db2db87faba7c5017ddc436e30baa5fa2d89825 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 14:36:48 +0000 Subject: [PATCH] Bump databricks/setup-cli from 1.1.0 to 1.9.0 Bumps [databricks/setup-cli](https://github.com/databricks/setup-cli) from 1.1.0 to 1.9.0. - [Commits](https://github.com/databricks/setup-cli/compare/137ce208202e4b46c70a80568b206fdc7373c869...8b7b124dc4f5b9621e959ea61cf4d3dd4e421f67) --- updated-dependencies: - dependency-name: databricks/setup-cli dependency-version: 1.9.0 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..1c1de84 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@8b7b124dc4f5b9621e959ea61cf4d3dd4e421f67 # v1.9.0 - name: Install Python dependencies run: | python -m pip install --upgrade pip