From 26edce5fb93f5654add6e1ae119fdb510289ff99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 08:46:05 +0000 Subject: [PATCH] Bump JuliaRegistries/TagBot from 1.10.0 to 1.20.0 Bumps [JuliaRegistries/TagBot](https://github.com/juliaregistries/tagbot) from 1.10.0 to 1.20.0. - [Release notes](https://github.com/juliaregistries/tagbot/releases) - [Commits](https://github.com/juliaregistries/tagbot/compare/v1.10.0...v1.20.0) --- updated-dependencies: - dependency-name: JuliaRegistries/TagBot dependency-type: direct:production update-type: version-update:semver-minor ... 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 0d5fad4..e7bb762 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Julia TagBot - uses: JuliaRegistries/TagBot@v1.10.0 + uses: JuliaRegistries/TagBot@v1.20.0 with: token: ${{ secrets.GITHUB_TOKEN }} ssh: ${{ secrets.DOCUMENTER_KEY }}