From 3b38d5b93aee06f8067af04c19bbcb0a038fdaad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Sep 2025 09:50:44 +0000 Subject: [PATCH] chore(deps): update dependency troubleshoot to v0.122.0 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ec9a1737..8c8855c1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ env: # renovate: datasource=github-releases depName=docker-compose package=docker/compose DOCKER_COMPOSE_VERSION: v2.39.3 # renovate: datasource=github-releases depName=troubleshoot package=replicatedhq/troubleshoot - SUPPORT_BUNDLE_VERSION: v0.121.3 + SUPPORT_BUNDLE_VERSION: v0.122.0 jobs: code-checks: