From 5ed64bdc8e8a2d9e6dd58192b421747154de2d63 Mon Sep 17 00:00:00 2001 From: alstr Date: Mon, 1 Jan 2024 09:32:29 +0000 Subject: [PATCH] Update Docker image version --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 086ffc4..9c7450e 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.11.1' + image: 'docker://ghcr.io/alstr/todo-to-issue-action:v4.12' branding: icon: 'check-square' color: 'orange'