From 43cd6cef9baefe1ffff2ebe8f97eca0d51b18114 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 05:14:14 +0000 Subject: [PATCH] chore(deps): update actions/setup-python action to v6 --- .github/workflows/ci-chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-chart.yaml b/.github/workflows/ci-chart.yaml index 1f0a92c..71e0eec 100644 --- a/.github/workflows/ci-chart.yaml +++ b/.github/workflows/ci-chart.yaml @@ -25,7 +25,7 @@ jobs: with: version: v3.17.0 - - uses: actions/setup-python@v5.6.0 + - uses: actions/setup-python@v6.2.0 with: python-version: "3.x" check-latest: true