From 02970cce0133de0c808a828bd0285557dcd49794 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 16:56:44 +0000 Subject: [PATCH] chore(deps): update alstr/todo-to-issue-action action to v5.1.13 --- .github/workflows/maintenance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maintenance.yml b/.github/workflows/maintenance.yml index f334c06c..5b72afab 100644 --- a/.github/workflows/maintenance.yml +++ b/.github/workflows/maintenance.yml @@ -114,7 +114,7 @@ jobs: # INTELLIGENT TODO CONVERSION # Automated conversion with smart categorization and issue management - name: Convert TODOs to Issues - uses: alstr/todo-to-issue-action@3bd536e14a2cbceeab1fadef96bea5f725ed4270 # v5.1.12 + uses: alstr/todo-to-issue-action@c45b007d85c8edf3365b139a9d4c65793e7c674f # v5.1.13 with: CLOSE_ISSUES: true # Auto-close resolved TODOs INSERT_ISSUE_URLS: true # Link issues back to code