diff --git a/action.yml b/action.yml index 3d458dc..26445e4 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.4.1" + image: "docker://ghcr.io/alstr/todo-to-issue-action:v4.5" branding: icon: "check-square" color: "orange" @@ -65,4 +65,4 @@ inputs: ACTOR: description: "The username of the person who triggered the action" required: true - default: "${{ github.actor }}" \ No newline at end of file + default: "${{ github.actor }}"