From 00b54a6c00256adc89d8e946c7e01156451ea0ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 04:32:13 +0000 Subject: [PATCH] chore(deps): update actions/setup-python digest to a309ff8 --- .github/actions/test-charts/action.yml | 2 +- .github/workflows/bump-version.yaml | 2 +- .github/workflows/lint.yaml | 2 +- .github/workflows/pre-commit.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/test-charts/action.yml b/.github/actions/test-charts/action.yml index 3af4224e..fa4d609d 100644 --- a/.github/actions/test-charts/action.yml +++ b/.github/actions/test-charts/action.yml @@ -23,7 +23,7 @@ runs: version: v3.10.0 - name: Set up Python - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 with: python-version: 3.14 diff --git a/.github/workflows/bump-version.yaml b/.github/workflows/bump-version.yaml index 6478388a..39d74a5a 100755 --- a/.github/workflows/bump-version.yaml +++ b/.github/workflows/bump-version.yaml @@ -59,7 +59,7 @@ jobs: comment-id: ${{ github.event.comment.id }} reactions: eyes - - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6 + - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 if: steps.command.outputs.command-name == 'bump' with: python-version: 3.14 diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 0fde9439..b369ee3f 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -31,7 +31,7 @@ jobs: with: version: v3.10.0 - - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6 + - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 with: python-version: 3.14 diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index eea16e42..37a3aa62 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -44,7 +44,7 @@ jobs: repository: ${{github.event.pull_request.head.repo.full_name}} ref: ${{ github.event.pull_request.head.sha }} - - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6 + - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 with: python-version: 3.14