Skip to content

Commit

Permalink
sap_vm_preconfigure: Bump version of ansible-lint to 6.22.1
Browse files Browse the repository at this point in the history
... in GitHub workflow

Signed-off-by: Bernd Finger <[email protected]>
  • Loading branch information
berndfinger committed Jan 16, 2024
1 parent d6b8274 commit 44b60b5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ansible-lint-sap_vm_preconfigure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:
- name: Set up Python 3
uses: actions/setup-python@main
with:
python-version: '3.9'
python-version: '3.12'

- name: Install test dependencies
run: |
pip3 install ansible==7.5.0
pip3 install ansible-compat==3.0.2
pip3 install ansible-core==2.14.5
pip3 install ansible-lint==6.8.6
pip3 install ansible==9.1.0
pip3 install ansible-compat==4.1.10
pip3 install ansible-core==2.16.2
pip3 install ansible-lint==6.22.1
- name: Run ansible-lint
working-directory: /home/runner/work/community.sap_install/community.sap_install/roles/sap_vm_preconfigure
Expand Down

0 comments on commit 44b60b5

Please sign in to comment.