Skip to content

Commit

Permalink
New version of TODO action, old one was failing.
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-de-bock committed Sep 12, 2024
1 parent 33e1976 commit 5f5081b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/todo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5f5081b

Please sign in to comment.