Skip to content

Commit f933d38

Browse files
authored
fix tagbot version
1 parent 929e50e commit f933d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/TagBot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: JuliaRegistries/TagBot@v1
28+
- uses: JuliaRegistries/TagBot@89af84354826a9f186ba66b0b6bc7ea51221f7fb # v1.20.3
2929
with:
3030
token: ${{ secrets.GITHUB_TOKEN }}
3131
# Edit the following line to reflect the actual name of the GitHub Secret containing your private key

0 commit comments

Comments
 (0)