From 0b51af84efff9802196b2c006f41e57d6c193231 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 14:23:59 +0000 Subject: [PATCH] chore(deps): bump actions/setup-python from 5.6.0 to 6.3.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.6.0 to 6.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/a26af69be951a213d495a4c3e4e4022e16d87065...ece7cb06caefa5fff74198d8649806c4678c61a1) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ansible-galaxy-DELETE-role.yaml | 2 +- .github/workflows/ansible-galaxy-role-release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ansible-galaxy-DELETE-role.yaml b/.github/workflows/ansible-galaxy-DELETE-role.yaml index c6bbacc..9f72fe7 100644 --- a/.github/workflows/ansible-galaxy-DELETE-role.yaml +++ b/.github/workflows/ansible-galaxy-DELETE-role.yaml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - name: Set up Python 3. - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 with: python-version: '3.x' diff --git a/.github/workflows/ansible-galaxy-role-release.yaml b/.github/workflows/ansible-galaxy-role-release.yaml index 161f167..1a0dec7 100644 --- a/.github/workflows/ansible-galaxy-role-release.yaml +++ b/.github/workflows/ansible-galaxy-role-release.yaml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 - name: Set up Python 3. - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 + uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 with: python-version: '3.x'