workflow: bump checkout, remove quotes on pip-install
Some checks failed
ci-lint / test (push) Failing after 30s

This commit is contained in:
Josh Lay 2025-10-19 10:15:26 -05:00
parent 3ab8c8e6df
commit 47234ad29f
Signed by: jlay
SSH key fingerprint: SHA256:RwEMoWwXniQX1sqHfSD+3z+LKU/TOkv3i1qsy75vfec

View file

@ -18,12 +18,12 @@ jobs:
apt-get update
apt-get --no-install-recommends --assume-yes install nodejs git ca-certificates lsb-release
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: '3.13'
cache: 'pip'
pip-install: '-r requirements.txt'
pip-install: -r requirements.txt
- name: cache '.ansible/collections'
id: cache-collections