From 63e48f5ed2afc3354470d77566f893276727fc6f Mon Sep 17 00:00:00 2001 From: Alastair Mooney Date: Thu, 4 Nov 2021 12:49:07 +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 728ba0e..78ac01e 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.3" + uses: "alstr/todo-to-issue-action@v4.3.1" id: "todo" ```