Skip to content

Commit

Permalink
fix(ansible-lint-sap_reusable_workflow): bump ansible version
Browse files Browse the repository at this point in the history
  • Loading branch information
Wabri committed Jan 24, 2024
1 parent 89693e8 commit 7dff401
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ansible-lint-sap_reusable_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
- name: Install test dependencies
run: |
pip3 install ansible==9.1.0
pip3 install ansible-compat==4.1.10
pip3 install ansible-compat==4.1.11
pip3 install ansible-core==2.16.2
pip3 install ansible-lint==6.22.1
pip3 install ansible-lint==6.22.2
- name: Run ansible-lint
working-directory: /home/runner/work/community.sap_install/community.sap_install/roles/${{ inputs.role }}
Expand Down

0 comments on commit 7dff401

Please sign in to comment.