From bbe3f6f9a2177130c2079eeccaa6fbf2c15d69d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 03:10:38 +0000 Subject: [PATCH] chore(deps): bump actions/setup-python in /workflow-templates Bumps [actions/setup-python](https://github.com/actions/setup-python) from 6.0.0 to 6.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/e797f83bcb11b83ae66e0230d6156d7c80228e7c...a309ff8b426b58ec0e2a45f0f869d46889d02405) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- workflow-templates/lint-test-chart.yaml | 2 +- workflow-templates/python-release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/workflow-templates/lint-test-chart.yaml b/workflow-templates/lint-test-chart.yaml index ab046fc6..50c19b10 100644 --- a/workflow-templates/lint-test-chart.yaml +++ b/workflow-templates/lint-test-chart.yaml @@ -41,7 +41,7 @@ jobs: version: v3.17.0 - name: "Set up Python" - uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: '3.x' check-latest: true diff --git a/workflow-templates/python-release.yaml b/workflow-templates/python-release.yaml index 424cc15a..e9cae7fc 100644 --- a/workflow-templates/python-release.yaml +++ b/workflow-templates/python-release.yaml @@ -88,7 +88,7 @@ jobs: with: token: ${{ steps.app-token.outputs.token || secrets.GITHUB_TOKEN }} - name: "Setup Python ${{ inputs.python-version }}" - uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: ${{ inputs.python-version }}