From a516aa97881e450484e104e58c233e46a5a8bc8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 15:40:40 +0000 Subject: [PATCH] Bump JuliaRegistries/TagBot from 1.15 to 1.16 Bumps [JuliaRegistries/TagBot](https://github.com/juliaregistries/tagbot) from 1.15 to 1.16. - [Release notes](https://github.com/juliaregistries/tagbot/releases) - [Commits](https://github.com/juliaregistries/tagbot/compare/v1.15...v1.16) --- 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 c44d874b..ae3705b5 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.15 + - uses: JuliaRegistries/TagBot@v1.16 with: token: ${{ secrets.GITHUB_TOKEN }} ssh: ${{ secrets.DOCUMENTER_KEY }}