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