From 44b60b5357f8cfab22176b07d35903246b5f68e5 Mon Sep 17 00:00:00 2001 From: Bernd Finger Date: Tue, 16 Jan 2024 11:18:41 +0100 Subject: [PATCH] sap_vm_preconfigure: Bump version of ansible-lint to 6.22.1 ... in GitHub workflow Signed-off-by: Bernd Finger --- .github/workflows/ansible-lint-sap_vm_preconfigure.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ansible-lint-sap_vm_preconfigure.yml b/.github/workflows/ansible-lint-sap_vm_preconfigure.yml index 4b6b38747..05d84672a 100644 --- a/.github/workflows/ansible-lint-sap_vm_preconfigure.yml +++ b/.github/workflows/ansible-lint-sap_vm_preconfigure.yml @@ -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