From 5fa8522c25f8ebf143efd4e9164c5a9fdf952d43 Mon Sep 17 00:00:00 2001 From: alstr Date: Mon, 5 Feb 2024 08:55:18 +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 903784e..a0f93e2 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.12.1' + image: 'docker://ghcr.io/alstr/todo-to-issue-action:v4.12.2' branding: icon: 'check-square' color: 'orange'