From d41b4a507f08abe0aa606c00584147e030871cae Mon Sep 17 00:00:00 2001 From: Shakar Bakr <5h4k4r.b4kr@gmail.com> Date: Sun, 15 Jun 2025 14:26:54 +0300 Subject: [PATCH] Update action.yml to use the latest version of the TODO to Issue action, improving functionality and ensuring compatibility with recent changes. Signed-off-by: Shakar Bakr <5h4k4r.b4kr@gmail.com> --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f768970..a127321 100644 --- a/action.yml +++ b/action.yml @@ -27,7 +27,7 @@ runs: repositories: ${{ steps.extract-repos.outputs.repositories }} - name: Run TODO to Issue action - uses: docker://reg.dev.krd/test-todo-to-issue/todo-to-issue-action:test + uses: docker://ghcr.io/alstr/todo-to-issue-action:v5.1.12 with: REPO: ${{ inputs.REPO }} BEFORE: ${{ inputs.BEFORE }}