From 1c9a18f93a0bc4b1077eb440a6ce1c87ceffaf85 Mon Sep 17 00:00:00 2001 From: Alastair Mooney Date: Sat, 19 Jun 2021 09:28:13 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7cbab8f..6e46586 100644 --- a/README.md +++ b/README.md @@ -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 }}