From 12db0611f1f8637a6d7e4c9de9c16bfffd7b629d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 19:02:06 +0000 Subject: [PATCH] chore(deps): bump JuliaRegistries/TagBot Bumps [JuliaRegistries/TagBot](https://github.com/juliaregistries/tagbot) from 553720ecd072a176ef901656bf96c3080cd47b2e to 89af84354826a9f186ba66b0b6bc7ea51221f7fb. - [Release notes](https://github.com/juliaregistries/tagbot/releases) - [Commits](https://github.com/juliaregistries/tagbot/compare/553720ecd072a176ef901656bf96c3080cd47b2e...89af84354826a9f186ba66b0b6bc7ea51221f7fb) --- updated-dependencies: - dependency-name: JuliaRegistries/TagBot dependency-version: 89af84354826a9f186ba66b0b6bc7ea51221f7fb 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..919935f 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@89af84354826a9f186ba66b0b6bc7ea51221f7fb # v1.20.3 with: token: ${{ secrets.GITHUB_TOKEN }} ssh: ${{ secrets.DOCUMENTER_KEY }}