Skip to content

Commit d1bc4d6

Browse files
New version of TODO action, old one was failing.
1 parent 48a8add commit d1bc4d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/todo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: "TODO to Issue"
17-
uses: "alstr/todo-to-issue-action@v2.3"
17+
uses: "alstr/todo-to-issue-action@v4"
1818
id: "todo"
1919
with:
2020
TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)