From a14b2ba63d0b3391b7f19626a693333c36e63788 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 00:57:17 +0000 Subject: [PATCH] chore(deps): bump alstr/todo-to-issue-action from 4.10 to 5.1 Bumps [alstr/todo-to-issue-action](https://github.com/alstr/todo-to-issue-action) from 4.10 to 5.1. - [Release notes](https://github.com/alstr/todo-to-issue-action/releases) - [Commits](https://github.com/alstr/todo-to-issue-action/compare/v4.10...v5.1) --- updated-dependencies: - dependency-name: alstr/todo-to-issue-action dependency-version: '5.1' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/containerised-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/containerised-test.yml b/.github/workflows/containerised-test.yml index 4d7c01b..4351eb1 100644 --- a/.github/workflows/containerised-test.yml +++ b/.github/workflows/containerised-test.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: alstr/todo-to-issue-action@v4.10 + - uses: alstr/todo-to-issue-action@v5.1 with: AUTO_ASSIGN: true # Assign issue to whoever wrote the todo BEFORE: ${{ inputs.first_commit }}