From 327455bb48791770cfcb0ae56383ced5c040353a Mon Sep 17 00:00:00 2001 From: Alastair Mooney Date: Thu, 19 Nov 2020 14:01:19 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 57f7387..cebdc63 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Create a workflow file in your .github/workflows directory as follows: ### workflow.yaml -Latest version is `v2.2`. +Latest version is `v2.3`. name: "Workflow" on: ["push"] @@ -41,7 +41,7 @@ Latest version is `v2.2`. steps: - uses: "actions/checkout@master" - name: "TODO to Issue" - uses: "alstr/todo-to-issue-action@v2.2" + uses: "alstr/todo-to-issue-action@v2.3" id: "todo" with: TOKEN: ${{ secrets.GITHUB_TOKEN }}