From f357c404fe00f5a17cd96696eaf6f8ce5fd19cf7 Mon Sep 17 00:00:00 2001 From: Alastair Mooney Date: Fri, 6 Dec 2024 18:31:00 +0000 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4082a6c..47ffbcd 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.6' + image: 'docker://ghcr.io/alstr/todo-to-issue-action:v5.1.7' branding: icon: 'check-square' color: 'orange'