From 54e8d0793a41a1017f227bda59efa947e687062e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Apr 2025 18:38:38 +0300 Subject: [PATCH] chore(deps): update dependency python to 3.13 (#147) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/charts-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/charts-test.yaml b/.github/workflows/charts-test.yaml index b70062e..2c79e2a 100644 --- a/.github/workflows/charts-test.yaml +++ b/.github/workflows/charts-test.yaml @@ -53,7 +53,7 @@ jobs: - uses: actions/setup-python@v5 with: - python-version: "3.11" + python-version: "3.13" - name: Set up chart-testing uses: helm/chart-testing-action@v2.7.0