From 7c484c6f0689c5aca6aa0623f63431f5240c84ce Mon Sep 17 00:00:00 2001 From: Alastair Mooney Date: Fri, 25 Jun 2021 16:03:19 +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 3e03363..d46d959 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.2`. +Latest version is `v4.0.3`. name: "Workflow" on: ["push"] @@ -49,7 +49,7 @@ Latest version is `v4.0.2`. steps: - uses: "actions/checkout@master" - name: "TODO to Issue" - uses: "alstr/todo-to-issue-action@v4.0.2" + uses: "alstr/todo-to-issue-action@v4.0.3" id: "todo" with: TOKEN: ${{ secrets.GITHUB_TOKEN }}