workflow: bump checkout, remove quotes on pip-install
Some checks failed
ci-lint / test (push) Failing after 30s
Some checks failed
ci-lint / test (push) Failing after 30s
This commit is contained in:
parent
3ab8c8e6df
commit
47234ad29f
1 changed files with 2 additions and 2 deletions
|
@ -18,12 +18,12 @@ jobs:
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get --no-install-recommends --assume-yes install nodejs git ca-certificates lsb-release
|
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
|
- uses: actions/setup-python@v6
|
||||||
with:
|
with:
|
||||||
python-version: '3.13'
|
python-version: '3.13'
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
pip-install: '-r requirements.txt'
|
pip-install: -r requirements.txt
|
||||||
|
|
||||||
- name: cache '.ansible/collections'
|
- name: cache '.ansible/collections'
|
||||||
id: cache-collections
|
id: cache-collections
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue