Update README.md

This commit is contained in:
Alastair Mooney 2021-06-19 09:28:13 +01:00 committed by GitHub
parent b862c98a11
commit 1c9a18f93a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ Create a workflow file in your .github/workflows directory as follows:
### workflow.yaml
Latest version is `v4.0.1-alpha`.
Latest version is `v4.0.2-alpha`.
name: "Workflow"
on: ["push"]
@ -49,7 +49,7 @@ Latest version is `v4.0.1-alpha`.
steps:
- uses: "actions/checkout@master"
- name: "TODO to Issue"
uses: "alstr/todo-to-issue-action@v4.0.1-alpha"
uses: "alstr/todo-to-issue-action@v4.0.2-alpha"
id: "todo"
with:
TOKEN: ${{ secrets.GITHUB_TOKEN }}