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: