From b5a6bb965258043f553ace57c9ef23fa571e6bd3 Mon Sep 17 00:00:00 2001 From: Ian Butterworth Date: Sat, 13 Dec 2025 00:06:17 -0500 Subject: [PATCH] TagBot - Revert to v1 --- .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 898ffdb..26e1896 100644 --- a/.github/workflows/tagbot.yml +++ b/.github/workflows/tagbot.yml @@ -12,7 +12,7 @@ jobs: if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot' runs-on: ubuntu-latest steps: - - uses: JuliaRegistries/TagBot@ib/loop_clarification + - uses: JuliaRegistries/TagBot@v1 with: token: ${{ secrets.GITHUB_TOKEN }} # Edit the following line to reflect the actual name of the GitHub Secret containing your private key