diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index 9df857a..1b3dadf 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -14,7 +14,7 @@ jobs: # ubuntu-slim doesn't support containers, and thus won't work runs-on: ubuntu-latest steps: - - uses: JuliaRegistries/TagBot@6b7c22e7bc2b8f4d1c56b7199a63421cf2667ed1 # v1.25.7 + - uses: JuliaRegistries/TagBot@14d7645453716d7a2f09b1da0504a024f97462a1 # v1.25.10 with: token: ${{ secrets.GITHUB_TOKEN }} # For commits that modify workflow files: SSH key enables tagging, but