From 2b1af285f4b0bfd0def9cc244b38b97ca780c60a Mon Sep 17 00:00:00 2001 From: Alastair Mooney Date: Tue, 7 Jun 2022 14:21:45 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 438a731..0b021b9 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.5" + uses: "alstr/todo-to-issue-action@v4.6.6" id: "todo" ```