From 21167f7788b9d751f0d5070ac8af6e439c94658d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 13:54:00 +0000 Subject: [PATCH] build(deps): bump JuliaRegistries/TagBot from 1.25.8 to 1.25.10 Bumps [JuliaRegistries/TagBot](https://github.com/juliaregistries/tagbot) from 1.25.8 to 1.25.10. - [Release notes](https://github.com/juliaregistries/tagbot/releases) - [Commits](https://github.com/juliaregistries/tagbot/compare/304fc93e4623081443fee5b6317ac73b37923574...14d7645453716d7a2f09b1da0504a024f97462a1) --- updated-dependencies: - dependency-name: JuliaRegistries/TagBot dependency-version: 1.25.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/TagBot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index 20ca399..ff8240c 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Tag TextMeasure (top-level package) - uses: JuliaRegistries/TagBot@304fc93e4623081443fee5b6317ac73b37923574 # v1.25.8 + uses: JuliaRegistries/TagBot@14d7645453716d7a2f09b1da0504a024f97462a1 # v1.25.10 with: token: ${{ secrets.GITHUB_TOKEN }} # For commits that modify workflow files: SSH key enables tagging, but @@ -28,7 +28,7 @@ jobs: # its name/version from TextMeasureLayouts/Project.toml and create name-prefixed tags # (TextMeasureLayouts-v0.1.0) so they don't collide with the top-level v0.1.0 tags. - name: Tag TextMeasureLayouts (subpackage) - uses: JuliaRegistries/TagBot@304fc93e4623081443fee5b6317ac73b37923574 # v1.25.8 + uses: JuliaRegistries/TagBot@14d7645453716d7a2f09b1da0504a024f97462a1 # v1.25.10 with: token: ${{ secrets.GITHUB_TOKEN }} ssh: ${{ secrets.DOCUMENTER_KEY }}