From 0170e978c0edff66f0e07c353e6bbfc33ccc73ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 10:25:50 +0100 Subject: [PATCH] Bump JuliaRegistries/TagBot from 1.19 to 1.20 (#125) Bumps [JuliaRegistries/TagBot](https://github.com/juliaregistries/tagbot) from 1.19 to 1.20. - [Release notes](https://github.com/juliaregistries/tagbot/releases) - [Commits](https://github.com/juliaregistries/tagbot/compare/v1.19...v1.20) --- updated-dependencies: - dependency-name: JuliaRegistries/TagBot dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 f79b41f..1941e96 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -24,7 +24,7 @@ jobs: if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot' runs-on: ubuntu-latest steps: - - uses: JuliaRegistries/TagBot@v1.19 + - uses: JuliaRegistries/TagBot@v1.20 with: token: ${{ secrets.GITHUB_TOKEN }} ssh: ${{ secrets.DOCUMENTER_KEY }}