workflow/lint: specify minor py3.13 release
Some checks failed
ci-lint / test (push) Failing after 4s

This commit is contained in:
Josh Lay 2025-10-19 07:25:14 -05:00
parent 16561dbe62
commit c0515d2346
Signed by: jlay
SSH key fingerprint: SHA256:RwEMoWwXniQX1sqHfSD+3z+LKU/TOkv3i1qsy75vfec

View file

@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v4 # v5 needs nodejs 24+, f42 ships 22 - uses: actions/checkout@v4 # v5 needs nodejs 24+, f42 ships 22
- uses: actions/setup-python@v6 - uses: actions/setup-python@v6
with: with:
python-version: '3.13' python-version: '3.13.9'
cache: 'pip' cache: 'pip'
- name: ansible/collections - name: ansible/collections