From f655d4faa80f396f075eefabc3a081e7266606f4 Mon Sep 17 00:00:00 2001 From: Alastair Mooney Date: Fri, 4 Mar 2022 13:29:47 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40e1a8b..174a065 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Create a `workflow.yml` file in your `.github/workflows` directory like: steps: - uses: "actions/checkout@master" - name: "TODO to Issue" - uses: "alstr/todo-to-issue-action@v4.6.2" + uses: "alstr/todo-to-issue-action@v4.6.3" id: "todo" ```