diff --git a/.github/workflows/ansible-lint.yml b/.github/workflows/ansible-lint.yml index f62643b..72447e5 100644 --- a/.github/workflows/ansible-lint.yml +++ b/.github/workflows/ansible-lint.yml @@ -18,7 +18,7 @@ jobs: # ansible-core; ansible-galaxy collection install then hits Galaxy KeyError: 'results' # on some 2.19+/2.20 clients. Pin ansible-core to the 2.18 series for a stable Galaxy client. - name: Set up Python - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: "3.12"