Update README.md

This commit is contained in:
Alastair Mooney
2021-05-20 16:15:19 +01:00
committed by GitHub
parent c46adfc37e
commit 87d6da6e33

View File

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