From 96c95c2edf49d2091c3882044abd215779c711d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 01:16:30 +0000 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20actions/setup-python=20?= =?UTF-8?q?action=20(v6.1.0=20=E2=86=92=20v6.2.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/actions/setup-test-environment/action.yml | 2 +- ansible-lint-fix/action.yml | 2 +- pr-lint/action.yml | 2 +- python-lint-fix/action.yml | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/actions/setup-test-environment/action.yml b/.github/actions/setup-test-environment/action.yml index f4d9b95..0b63ef7 100644 --- a/.github/actions/setup-test-environment/action.yml +++ b/.github/actions/setup-test-environment/action.yml @@ -22,7 +22,7 @@ runs: enable-cache: true - name: Set up Python - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version-file: pyproject.toml diff --git a/ansible-lint-fix/action.yml b/ansible-lint-fix/action.yml index c3bcccf..3363da8 100644 --- a/ansible-lint-fix/action.yml +++ b/ansible-lint-fix/action.yml @@ -75,7 +75,7 @@ runs: - name: Setup Python if: steps.check-files.outputs.files_found == 'true' - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: '3.14' cache: 'pip' diff --git a/pr-lint/action.yml b/pr-lint/action.yml index 84d8046..d2f3972 100644 --- a/pr-lint/action.yml +++ b/pr-lint/action.yml @@ -486,7 +486,7 @@ runs: - name: Setup Python if: steps.detect-python.outputs.found == 'true' - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: ${{ steps.python-version.outputs.detected-version }} cache: 'pip' diff --git a/python-lint-fix/action.yml b/python-lint-fix/action.yml index eb590f4..e5f0859 100644 --- a/python-lint-fix/action.yml +++ b/python-lint-fix/action.yml @@ -224,7 +224,7 @@ runs: - name: Setup Python (pip) if: steps.package-manager.outputs.package-manager == 'pip' - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: ${{ steps.python-version.outputs.detected-version }} cache: 'pip' @@ -237,7 +237,7 @@ runs: - name: Setup Python (pipenv) if: steps.package-manager.outputs.package-manager == 'pipenv' - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: ${{ steps.python-version.outputs.detected-version }} cache: 'pipenv' @@ -247,7 +247,7 @@ runs: - name: Setup Python (poetry) if: steps.package-manager.outputs.package-manager == 'poetry' - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: ${{ steps.python-version.outputs.detected-version }} cache: 'poetry'