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