Skip to content

Commit e1e8e39

Browse files
authored
Merge pull request #605 from berndfinger/issue-575-sap_vm_preconfigure
sap_vm_preconfigure: Bump version of ansible-lint to 6.22.1
2 parents d6b8274 + 44b60b5 commit e1e8e39

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ansible-lint-sap_vm_preconfigure.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ jobs:
2929
- name: Set up Python 3
3030
uses: actions/setup-python@main
3131
with:
32-
python-version: '3.9'
32+
python-version: '3.12'
3333

3434
- name: Install test dependencies
3535
run: |
36-
pip3 install ansible==7.5.0
37-
pip3 install ansible-compat==3.0.2
38-
pip3 install ansible-core==2.14.5
39-
pip3 install ansible-lint==6.8.6
36+
pip3 install ansible==9.1.0
37+
pip3 install ansible-compat==4.1.10
38+
pip3 install ansible-core==2.16.2
39+
pip3 install ansible-lint==6.22.1
4040
4141
- name: Run ansible-lint
4242
working-directory: /home/runner/work/community.sap_install/community.sap_install/roles/sap_vm_preconfigure

0 commit comments

Comments
 (0)