From 5f35b06c1fafcda85c29c99a14f4e031fecf3b79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 06:36:22 +0000 Subject: [PATCH] Bump JuliaRegistries/TagBot from 1.24.6 to 1.25.7 Bumps [JuliaRegistries/TagBot](https://github.com/juliaregistries/tagbot) from 1.24.6 to 1.25.7. - [Release notes](https://github.com/juliaregistries/tagbot/releases) - [Commits](https://github.com/juliaregistries/tagbot/compare/bdfeaa1ff40e0ea449f9539aa21b2e587431ed49...6b7c22e7bc2b8f4d1c56b7199a63421cf2667ed1) --- updated-dependencies: - dependency-name: JuliaRegistries/TagBot dependency-version: 1.25.7 dependency-type: direct:production update-type: version-update:semver-minor ... 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 6a7ffca..af0ce4a 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -25,7 +25,7 @@ jobs: if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot' runs-on: ubuntu-latest steps: - - uses: JuliaRegistries/TagBot@bdfeaa1ff40e0ea449f9539aa21b2e587431ed49 # v1.24.6 + - uses: JuliaRegistries/TagBot@6b7c22e7bc2b8f4d1c56b7199a63421cf2667ed1 # v1.25.7 with: token: ${{ secrets.GITHUB_TOKEN }} ssh: ${{ secrets.DOCUMENTER_KEY }}