Update README.md

This commit is contained in:
Alastair Mooney 2021-10-15 16:58:47 +01:00 committed by GitHub
parent 300922ed75
commit 1a8e14c0aa
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.2"
uses: "alstr/todo-to-issue-action@v4.3"
id: "todo"
```