From ef5160ae79dcaafd6a993b733ec664ec9de70469 Mon Sep 17 00:00:00 2001 From: Nikolai Emil Damm Date: Fri, 10 Jul 2026 11:13:49 +0200 Subject: [PATCH] fix(todos): consume actions v9.0.7 retry repair --- .github/workflows/scan-for-todo-comments.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scan-for-todo-comments.yaml b/.github/workflows/scan-for-todo-comments.yaml index 1eaeeb4..3db7951 100644 --- a/.github/workflows/scan-for-todo-comments.yaml +++ b/.github/workflows/scan-for-todo-comments.yaml @@ -33,7 +33,7 @@ jobs: persist-credentials: false - name: 📝 Create issues from TODOs - uses: devantler-tech/actions/create-issues-from-todos@fec61388ed0c4ec4d6d93e3f1a8b8d17e7d40a72 # v9.0.4 + uses: devantler-tech/actions/create-issues-from-todos@84813ae61fb21741e0a6193b5c14c6941a448577 # v9.0.7 with: client-id: ${{ vars.APP_CLIENT_ID }} app-private-key: ${{ secrets.APP_PRIVATE_KEY }}