From c1aa73b0361ee17ba8d9e56c204d877b5a6c11c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 22:50:37 +0000 Subject: [PATCH] ci(deps): bump ribtoks/tdg-github-action Bumps the patch-version-bumps group with 1 update: [ribtoks/tdg-github-action](https://github.com/ribtoks/tdg-github-action). Updates `ribtoks/tdg-github-action` from 0.4.12.pre.beta to 0.4.13.pre.beta - [Release notes](https://github.com/ribtoks/tdg-github-action/releases) - [Commits](https://github.com/ribtoks/tdg-github-action/compare/v0.4.12-beta...v0.4.13-beta) --- updated-dependencies: - dependency-name: ribtoks/tdg-github-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-version-bumps ... Signed-off-by: dependabot[bot] --- .github/workflows/todo-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/todo-checks.yml b/.github/workflows/todo-checks.yml index b210393136..99cc705b20 100644 --- a/.github/workflows/todo-checks.yml +++ b/.github/workflows/todo-checks.yml @@ -23,7 +23,7 @@ jobs: - name: "Checkout Repository" uses: actions/checkout@v4 - name: "Track TODO Action" - uses: ribtoks/tdg-github-action@v0.4.12-beta + uses: ribtoks/tdg-github-action@v0.4.13-beta with: TOKEN: ${{ secrets.GITHUB_TOKEN }} REPO: ${{ github.repository }}