From b35329075a69bf9dd92995031f55ff30f6675024 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 04:53:58 +0000 Subject: [PATCH] Bump JuliaRegistries/TagBot from 1.25.8 to 1.25.9 Bumps [JuliaRegistries/TagBot](https://github.com/juliaregistries/tagbot) from 1.25.8 to 1.25.9. - [Release notes](https://github.com/juliaregistries/tagbot/releases) - [Commits](https://github.com/juliaregistries/tagbot/compare/304fc93e4623081443fee5b6317ac73b37923574...e4c81aa138ef4179bddea165bb4a9680c223aca4) --- updated-dependencies: - dependency-name: JuliaRegistries/TagBot dependency-version: 1.25.9 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 a78e1a4..ee51945 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -11,7 +11,7 @@ jobs: permissions: contents: write steps: - - uses: JuliaRegistries/TagBot@304fc93e4623081443fee5b6317ac73b37923574 # v1.25.8 + - uses: JuliaRegistries/TagBot@e4c81aa138ef4179bddea165bb4a9680c223aca4 # v1.25.9 with: token: ${{ secrets.GITHUB_TOKEN }} ssh: ${{ secrets.DOCUMENTER_KEY }}