From 3bd536e14a2cbceeab1fadef96bea5f725ed4270 Mon Sep 17 00:00:00 2001 From: alstr Date: Fri, 11 Apr 2025 09:08:06 +0100 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 207f173..33c365c 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:v5.1.11' + image: 'docker://ghcr.io/alstr/todo-to-issue-action:v5.1.12' branding: icon: 'check-square' color: 'orange'