diff --git a/.github/workflows/run-checks.yaml b/.github/workflows/run-checks.yaml index bd316ba..3b67b32 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@6bb7075f85b326f8b9ce160933dfe9bcd63c8121 # v1.13.0 - name: Install Python dependencies run: | python -m pip install --upgrade pip