From 107635743fce50d76cc7ed89aa48dfb2035ad26a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 04:15:29 +0000 Subject: [PATCH] Bump buluma/todo-to-issue-action from 2.0.0 to 2.0.1 Bumps [buluma/todo-to-issue-action](https://github.com/buluma/todo-to-issue-action) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/buluma/todo-to-issue-action/releases) - [Commits](https://github.com/buluma/todo-to-issue-action/compare/v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: buluma/todo-to-issue-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 5554448..faad104 100644 --- a/.github/workflows/todo.yml +++ b/.github/workflows/todo.yml @@ -23,7 +23,7 @@ jobs: steps: - uses: "actions/checkout@v4" - name: "TODO to Issue" - uses: "buluma/todo-to-issue-action@v2.0.0" + uses: "buluma/todo-to-issue-action@v2.0.1" id: "todo" with: TOKEN: ${{ secrets.GITHUB_TOKEN }}