From a4d82dea7e5b7c9460230676ce6f127c46c1a2e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 14:45:43 +0000 Subject: [PATCH] chore(deps): bump alstr/todo-to-issue-action from 4 to 5 Bumps [alstr/todo-to-issue-action](https://github.com/alstr/todo-to-issue-action) from 4 to 5. - [Release notes](https://github.com/alstr/todo-to-issue-action/releases) - [Commits](https://github.com/alstr/todo-to-issue-action/compare/v4...v5) --- updated-dependencies: - dependency-name: alstr/todo-to-issue-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/todo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/todo.yml b/.github/workflows/todo.yml index f65616f..2a9b3e6 100644 --- a/.github/workflows/todo.yml +++ b/.github/workflows/todo.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: "actions/checkout@v4" - name: "TODO to Issue" - uses: "alstr/todo-to-issue-action@v4" + uses: "alstr/todo-to-issue-action@v5" with: AUTO_ASSIGN: true CLOSE_ISSUES: true