From b7d0ca1703e3255f54d69b4da4cadccee99a44e6 Mon Sep 17 00:00:00 2001 From: PiyushKhurana Date: Mon, 30 May 2022 12:20:45 +0530 Subject: [PATCH] Update docker image --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 166516a..857faf5 100644 --- a/action.yml +++ b/action.yml @@ -2,7 +2,7 @@ name: "Cleanup Workspace" description: "Deletes all files in the work directory." runs: using: "docker" - image: "docker://ghcr.io/rtcamp/action-cleanup:v1.0.1" + image: "docker://ghcr.io/rtcamp/action-cleanup:v1.2.0" branding: icon: delete color: red