From a8f6a59119452876542f9ca93cc55a183588c2ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 03:13:37 +0000 Subject: [PATCH] build(deps): bump JuliaRegistries/TagBot from 1.25.7 to 1.25.8 Bumps [JuliaRegistries/TagBot](https://github.com/juliaregistries/tagbot) from 1.25.7 to 1.25.8. - [Release notes](https://github.com/juliaregistries/tagbot/releases) - [Commits](https://github.com/juliaregistries/tagbot/compare/6b7c22e7bc2b8f4d1c56b7199a63421cf2667ed1...304fc93e4623081443fee5b6317ac73b37923574) --- updated-dependencies: - dependency-name: JuliaRegistries/TagBot dependency-version: 1.25.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/tagbot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tagbot.yml b/.github/workflows/tagbot.yml index 9df857a..7f14c23 100644 --- a/.github/workflows/tagbot.yml +++ b/.github/workflows/tagbot.yml @@ -14,7 +14,7 @@ jobs: # ubuntu-slim doesn't support containers, and thus won't work runs-on: ubuntu-latest steps: - - uses: JuliaRegistries/TagBot@6b7c22e7bc2b8f4d1c56b7199a63421cf2667ed1 # v1.25.7 + - uses: JuliaRegistries/TagBot@304fc93e4623081443fee5b6317ac73b37923574 # v1.25.8 with: token: ${{ secrets.GITHUB_TOKEN }} # For commits that modify workflow files: SSH key enables tagging, but