From 5623672ed2aa978d955366ffbe2ad92f857c417a Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Thu, 12 Sep 2024 15:06:33 +0200 Subject: [PATCH] This action has a new version. --- templates/todo-action.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/todo-action.yml.j2 b/templates/todo-action.yml.j2 index dd2ea52..d3aebfb 100644 --- a/templates/todo-action.yml.j2 +++ b/templates/todo-action.yml.j2 @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: "TODO to Issue" - uses: "alstr/todo-to-issue-action@v2.3" + uses: "alstr/todo-to-issue-action@v4" id: "todo" with: TOKEN: ${% raw %}{{ secrets.GITHUB_TOKEN }}{% endraw %}