From 6e9c205ba39031b224423215d1ce1028f56c6760 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 07:17:58 +0000 Subject: [PATCH] Bump alstr/todo-to-issue-action from 2.3 to 4.11 Bumps [alstr/todo-to-issue-action](https://github.com/alstr/todo-to-issue-action) from 2.3 to 4.11. - [Release notes](https://github.com/alstr/todo-to-issue-action/releases) - [Commits](https://github.com/alstr/todo-to-issue-action/compare/v2.3...v4.11) --- 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 7837717..dc600c8 100644 --- a/.github/workflows/todo.yml +++ b/.github/workflows/todo.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: "actions/checkout@master" - name: "TODO to Issue" - uses: "alstr/todo-to-issue-action@v2.3" # TODO: Update buluma/todo-to-issue-action@v1.0.1 @buluma + uses: "alstr/todo-to-issue-action@v4.11" # TODO: Update buluma/todo-to-issue-action@v1.0.1 @buluma id: "todo" with: TOKEN: ${{ secrets.GITHUB_TOKEN }}