From 1dea159a7b7bbb1ba8b33c9ba49241d205dd2ecb Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Fri, 20 Sep 2024 21:51:01 +0100 Subject: [PATCH] build: use v1.0.0 of the todo checker --- .forgejo/workflows/push-next.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/push-next.yml b/.forgejo/workflows/push-next.yml index e337f08..cc8498c 100644 --- a/.forgejo/workflows/push-next.yml +++ b/.forgejo/workflows/push-next.yml @@ -16,4 +16,4 @@ jobs: uses: actions/checkout@v4 - name: Check TODOs - uses: https://git.kemitix.net/kemitix/forgejo-todo-checker@next + uses: https://git.kemitix.net/kemitix/forgejo-todo-checker@v1 diff --git a/README.md b/README.md index 9974d4c..e0c6e68 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ jobs: uses: actions/checkout@v4 - name: Check TODOs - uses: https://git.kemitix.net/kemitix/forgejo-todo-checker@v1 + uses: https://git.kemitix.net/kemitix/forgejo-todo-checker@v1.0.0 ``` The output will be similar to the following if there are any errors: