Update README.md

This commit is contained in:
Alastair Mooney 2021-11-09 12:06:27 +00:00 committed by GitHub
parent 5b7bb86dc9
commit 3ad11918d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.4"
uses: "alstr/todo-to-issue-action@v4.4.1"
id: "todo"
```