Update README.md

This commit is contained in:
Alastair Mooney 2022-08-23 11:21:56 +01:00 committed by GitHub
parent 25c80e9c49
commit a7d3343580
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.6.8"
uses: "alstr/todo-to-issue-action@v4"
id: "todo"
```