From 3ac81cb1658124fa226ebe4b329fb3025b46732c Mon Sep 17 00:00:00 2001 From: Alastair Mooney Date: Tue, 26 Nov 2024 15:25:55 +0000 Subject: [PATCH] Update action.yml --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 49e8b94..79f0dd6 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.0' + image: 'docker://ghcr.io/alstr/todo-to-issue-action:v5.1.5' branding: icon: 'check-square' color: 'orange' @@ -85,4 +85,4 @@ inputs: INSERT_ISSUE_URLS: description: 'Whether the action should insert the URL for a newly-created issue into the associated TODO comment' required: false - default: false \ No newline at end of file + default: false