From 985854c5b9fcbf5dbb8d7bd898a2b5b18863f532 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2026 15:26:51 +0000 Subject: [PATCH] build(deps): bump actions/setup-python from 4 to 6 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-bazel-testreports.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-bazel-testreports.yml b/.github/workflows/ci-bazel-testreports.yml index b715d852..9ef242ab 100644 --- a/.github/workflows/ci-bazel-testreports.yml +++ b/.github/workflows/ci-bazel-testreports.yml @@ -66,7 +66,7 @@ jobs: run_id: ${{ github.event.workflow_run.id }} - name: Install Python for lcov to Cobertura conversion run - uses: actions/setup-python@v4 + uses: actions/setup-python@v6 # Run only if coverage is enabled and not on Windows artifacts. if: env.ENABLE_BAZEL_COVERAGE == 'true' && !contains(matrix.os, 'windows') with: