From 88e172a194731586dd71561d84a38253f9f4adb8 Mon Sep 17 00:00:00 2001 From: Alastair Mooney Date: Thu, 26 Aug 2021 18:50:35 +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 5bfa8c0..b9aee6c 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.1.1" + uses: "alstr/todo-to-issue-action@v4.2" id: "todo" ```