Update README.md

This commit is contained in:
Alastair Mooney
2021-11-04 12:49:07 +00:00
committed by GitHub
parent f6bab3ee57
commit 63e48f5ed2

View File

@@ -37,7 +37,7 @@ Create a `workflow.yml` file in your `.github/workflows` directory like:
steps:
- uses: "actions/checkout@master"
- name: "TODO to Issue"
uses: "alstr/todo-to-issue-action@v4.3"
uses: "alstr/todo-to-issue-action@v4.3.1"
id: "todo"
```