From 269ec385ab1e0b62a35cb410649c4bcbdaf5f97b Mon Sep 17 00:00:00 2001 From: alstr Date: Tue, 5 Jul 2022 14:26:41 +0100 Subject: [PATCH] Update tests --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d79ff05..5a0e770 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.6" + uses: "alstr/todo-to-issue-action@v4.6.7" id: "todo" ```