From 3053f26cb59b44641ba7d6539c8e997df7dcacda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 08:29:40 +0000 Subject: [PATCH] Bump alstr/todo-to-issue-action from 4.10 to 4.11 Bumps [alstr/todo-to-issue-action](https://github.com/alstr/todo-to-issue-action) from 4.10 to 4.11. - [Release notes](https://github.com/alstr/todo-to-issue-action/releases) - [Commits](https://github.com/alstr/todo-to-issue-action/compare/v4.10...v4.11) --- updated-dependencies: - dependency-name: alstr/todo-to-issue-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/todo-issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/todo-issues.yml b/.github/workflows/todo-issues.yml index cec3d28..92b59b8 100644 --- a/.github/workflows/todo-issues.yml +++ b/.github/workflows/todo-issues.yml @@ -6,7 +6,7 @@ jobs: steps: - uses: "actions/checkout@v4" - name: "TODO to Issue" - uses: "alstr/todo-to-issue-action@v4.10" + uses: "alstr/todo-to-issue-action@v4.11" id: "todo" with: TOKEN: ${{ secrets.GITHUB_TOKEN }}