From e22755fbc4a0280049e143677b9a00164ebeca70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Jun 2024 22:35:10 +0000 Subject: [PATCH] ci(deps): bump ribtoks/tdg-github-action Bumps [ribtoks/tdg-github-action](https://github.com/ribtoks/tdg-github-action) from 0.4.10.pre.beta to 0.4.11.pre.beta. - [Release notes](https://github.com/ribtoks/tdg-github-action/releases) - [Commits](https://github.com/ribtoks/tdg-github-action/compare/v0.4.10-beta...v0.4.11-beta) --- updated-dependencies: - dependency-name: ribtoks/tdg-github-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 6f4ba8a5b6..08271e51e8 100644 --- a/.github/workflows/todo.yml +++ b/.github/workflows/todo.yml @@ -6,7 +6,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Run tdg-github-action - uses: ribtoks/tdg-github-action@v0.4.10-beta + uses: ribtoks/tdg-github-action@v0.4.11-beta with: TOKEN: ${{ secrets.GITHUB_TOKEN }} REPO: ${{ github.repository }}