From c9aef57a055c15a3d47b68cc00bdddd2874f57fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 14:52:59 +0000 Subject: [PATCH] chore(deps): bump actions/setup-python from 5.6.0 to 6.2.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.6.0 to 6.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/a26af69be951a213d495a4c3e4e4022e16d87065...a309ff8b426b58ec0e2a45f0f869d46889d02405) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/reusable-molecule-test-linux.yml | 2 +- .github/workflows/reusable-molecule-test-windows.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable-molecule-test-linux.yml b/.github/workflows/reusable-molecule-test-linux.yml index bdd3556..b4d4d73 100644 --- a/.github/workflows/reusable-molecule-test-linux.yml +++ b/.github/workflows/reusable-molecule-test-linux.yml @@ -69,7 +69,7 @@ jobs: aws-region: ${{ env.AWS_REGION }} - name: Set up Python - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: '3.11' cache: 'pip' diff --git a/.github/workflows/reusable-molecule-test-windows.yml b/.github/workflows/reusable-molecule-test-windows.yml index 177103e..a704021 100644 --- a/.github/workflows/reusable-molecule-test-windows.yml +++ b/.github/workflows/reusable-molecule-test-windows.yml @@ -72,7 +72,7 @@ jobs: aws-region: ${{ env.AWS_REGION }} - name: Set up Python - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: '3.11' cache: 'pip'