From 3f2d15ba73aa36b348865ce30022c60255e72340 Mon Sep 17 00:00:00 2001 From: Michael Buluma Date: Mon, 9 Jan 2023 15:26:42 +0300 Subject: [PATCH] Use new container with updated components. --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 95dfce6..2bc18da 100644 --- a/action.yml +++ b/action.yml @@ -30,7 +30,7 @@ inputs: runs: using: docker - image: 'docker://buluma/github-action-molecule:4.0.9' + image: 'docker://buluma/github-action-molecule:5.0.4' env: ANSIBLE_ROLES_PATH: "../" ANSIBLE_ASYNC_DIR: "/tmp/.ansible_async"