From 83d13b9e6684353b8cca5d471ab603af90b5d430 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 00:58:07 +0000 Subject: [PATCH] fix(deps): bump alstr/todo-to-issue-action from 4.6.5 to 4.10.1 Bumps [alstr/todo-to-issue-action](https://github.com/alstr/todo-to-issue-action) from 4.6.5 to 4.10.1. - [Release notes](https://github.com/alstr/todo-to-issue-action/releases) - [Commits](https://github.com/alstr/todo-to-issue-action/compare/v4.6.5...v4.10.1) --- 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-to-issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/todo-to-issue.yml b/.github/workflows/todo-to-issue.yml index 2352777d..590df1e9 100644 --- a/.github/workflows/todo-to-issue.yml +++ b/.github/workflows/todo-to-issue.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: "actions/checkout@v3" - name: "TODO to Issue" - uses: "alstr/todo-to-issue-action@v4.6.5" + uses: "alstr/todo-to-issue-action@v4.10.1" id: "todo" with: TOKEN: ${{ secrets.GITHUB_TOKEN }}