From fdbeb18caea2530dc8e6df5edfb11f927b5113de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 22:32:47 +0000 Subject: [PATCH] Bump JuliaRegistries/TagBot from 1.25.9 to 1.25.11 Bumps [JuliaRegistries/TagBot](https://github.com/juliaregistries/tagbot) from 1.25.9 to 1.25.11. - [Release notes](https://github.com/juliaregistries/tagbot/releases) - [Commits](https://github.com/juliaregistries/tagbot/compare/e4c81aa138ef4179bddea165bb4a9680c223aca4...cded32665b34ca0496d3ac10a67d08ddfc726963) --- updated-dependencies: - dependency-name: JuliaRegistries/TagBot dependency-version: 1.25.11 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 9bbb0fb..cc95cc2 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@e4c81aa138ef4179bddea165bb4a9680c223aca4 # v1.25.9 + - uses: JuliaRegistries/TagBot@cded32665b34ca0496d3ac10a67d08ddfc726963 # v1.25.11 with: token: ${{ secrets.GITHUB_TOKEN }} # For commits that modify workflow files: SSH key enables tagging, but