From ce86a850c89a0520bd601e428a19d61bb8b54a64 Mon Sep 17 00:00:00 2001 From: alstr Date: Fri, 4 Feb 2022 13:12:14 +0000 Subject: [PATCH] Update image version --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 3e03e07..b7c8020 100644 --- a/action.yml +++ b/action.yml @@ -3,7 +3,7 @@ description: "Converts IDE TODO comments to GitHub issues" author: "Alastair Mooney" runs: using: "docker" - image: "docker://ghcr.io/alstr/todo-to-issue-action:v4.5" + image: "docker://ghcr.io/alstr/todo-to-issue-action:v4.6" branding: icon: "check-square" color: "orange"