From 2b206b3ee7c5001a144406a2ff5834d273ce6233 Mon Sep 17 00:00:00 2001 From: Alastair Mooney Date: Wed, 14 Apr 2021 09:48:11 +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 6384070..66ca82f 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Create a workflow file in your .github/workflows directory as follows: ### workflow.yaml -Latest version is `v3.0.1-beta`. +Latest version is `v3.0.2-beta`. name: "Workflow" on: ["push"] @@ -48,7 +48,7 @@ Latest version is `v3.0.1-beta`. steps: - uses: "actions/checkout@master" - name: "TODO to Issue" - uses: "alstr/todo-to-issue-action@v3.0.1-beta" + uses: "alstr/todo-to-issue-action@v3.0.2-beta" id: "todo" with: TOKEN: ${{ secrets.GITHUB_TOKEN }}