From 25c80e9c4999d107bec208af49974d329da26370 Mon Sep 17 00:00:00 2001 From: Alastair Mooney Date: Mon, 1 Aug 2022 17:28:58 +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 5a0e770..e166444 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.7" + uses: "alstr/todo-to-issue-action@v4.6.8" id: "todo" ```