workflow/lint: revert nodejs/checkout change
All checks were successful
ci-lint / test (push) Successful in 37s
All checks were successful
ci-lint / test (push) Successful in 37s
This commit is contained in:
parent
66c303663d
commit
914bceef3f
1 changed files with 2 additions and 2 deletions
|
@ -18,9 +18,9 @@ jobs:
|
||||||
- name: requirements
|
- name: requirements
|
||||||
run: |
|
run: |
|
||||||
echo -e 'max_parallel_downloads=20\ndeltarpm=False\nfastestmirror=False' | tee -a /etc/dnf/dnf.conf
|
echo -e 'max_parallel_downloads=20\ndeltarpm=False\nfastestmirror=False' | tee -a /etc/dnf/dnf.conf
|
||||||
dnf -yq --no-docs in nodejs24 git-core python3-pip
|
dnf -yq --no-docs in nodejs git-core python3-pip
|
||||||
|
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- uses: actions/setup-python@v6
|
- uses: actions/setup-python@v6
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue