From 7dff401c543962210559833ac426916c7b77ad8a Mon Sep 17 00:00:00 2001 From: Wabri <12409541+Wabri@users.noreply.github.com> Date: Wed, 24 Jan 2024 17:04:52 +0100 Subject: [PATCH] fix(ansible-lint-sap_reusable_workflow): bump ansible version --- .github/workflows/ansible-lint-sap_reusable_workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ansible-lint-sap_reusable_workflow.yml b/.github/workflows/ansible-lint-sap_reusable_workflow.yml index 03f40bc13..63e590f96 100644 --- a/.github/workflows/ansible-lint-sap_reusable_workflow.yml +++ b/.github/workflows/ansible-lint-sap_reusable_workflow.yml @@ -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 }}