From 9b912fe2b27d95c83a679858f5ae0a8e47f3be24 Mon Sep 17 00:00:00 2001 From: Alvaro Cabanas Date: Fri, 5 May 2023 10:57:42 +0200 Subject: [PATCH] Update molecule to 4.0.4 in action.yml (#7) * Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 9fb2eb8..ff595c3 100644 --- a/action.yml +++ b/action.yml @@ -24,7 +24,7 @@ runs: shell: bash run: | sudo pipx uninstall ansible-core - sudo pip3 install molecule[docker]==3.6.0 + sudo pip3 install molecule[docker]==4.0.4 sudo pip3 install 'rich>=10.0.0,<11.0.0' sudo pip3 install ansible-lint[community]==5.3.2 - name: Prepare OS versions