From 123ac8d09aa552a3fa52e7bf6394f6d143893840 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 08:35:41 +0000 Subject: [PATCH] Bump databricks/setup-cli from 1.0.0 to 1.11.0 Bumps [databricks/setup-cli](https://github.com/databricks/setup-cli) from 1.0.0 to 1.11.0. - [Commits](https://github.com/databricks/setup-cli/compare/bdb89f81c11a5bd647fd55b585b7c396ec68a25a...60b64e3937ee15f5a8b914664d1e78a586a9a4da) --- updated-dependencies: - dependency-name: databricks/setup-cli dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a86c0513..a2159060 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 - - uses: databricks/setup-cli@bdb89f81c11a5bd647fd55b585b7c396ec68a25a # v1.0.0 + - uses: databricks/setup-cli@60b64e3937ee15f5a8b914664d1e78a586a9a4da # v1.11.0 # The agent launch tests `_require_binary("codex")` etc. and skip when # the CLI isn't on PATH. Install all six so each TestXxxLaunch test # actually runs instead of skipping.