diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index f0c9c85..2894c69 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -14,7 +14,7 @@ jobs: if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot' runs-on: ubuntu-latest steps: - - uses: JuliaRegistries/TagBot@cd42473a4fc34302627f0ece76783b591456d4a9 # v1 + - uses: JuliaRegistries/TagBot@2e567597902989da0c8edb314470b1c6e3df43a6 # v1 with: token: ${{ secrets.GITHUB_TOKEN }} ssh: ${{ secrets.DOCUMENTER_KEY }}