From de2949b40c007525b0ce4886497a39fcc01c0006 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 20:15:59 +0000 Subject: [PATCH] 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