From adab6faed9d9ccda962ce5699a7af449f324cae2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 21:44:24 +0000 Subject: [PATCH] chore(deps): bump JuliaRegistries/TagBot Bumps [JuliaRegistries/TagBot](https://github.com/juliaregistries/tagbot) from 553720ecd072a176ef901656bf96c3080cd47b2e to 05d3518c8bf0785ef04d304e8c36fd10c62d3f2c. - [Release notes](https://github.com/juliaregistries/tagbot/releases) - [Commits](https://github.com/juliaregistries/tagbot/compare/553720ecd072a176ef901656bf96c3080cd47b2e...05d3518c8bf0785ef04d304e8c36fd10c62d3f2c) --- updated-dependencies: - dependency-name: JuliaRegistries/TagBot dependency-version: 05d3518c8bf0785ef04d304e8c36fd10c62d3f2c dependency-type: direct:production ... 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 077bd37..bdfd00e 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@553720ecd072a176ef901656bf96c3080cd47b2e # v1.20.3 + - uses: JuliaRegistries/TagBot@05d3518c8bf0785ef04d304e8c36fd10c62d3f2c # v1.20.3 with: token: ${{ secrets.GITHUB_TOKEN }} ssh: ${{ secrets.DOCUMENTER_KEY }}