From 58c7b5b1421ba68d95c70ce90238c60e009f13b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 05:45:13 +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..d02faf0 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.3.0 with: python-version: "3.x" check-latest: true