We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a1f33e commit ee5f6dbCopy full SHA for ee5f6db
1 file changed
.github/workflows/TagBot.yml
@@ -11,7 +11,7 @@ jobs:
11
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: JuliaRegistries/TagBot@62dd7cd21dcde087eca10e70c3fc3f8cefbe44a2 # v1.20.2
+ - uses: JuliaRegistries/TagBot@bec137295ac1aaecc0eab42d7842a5cab5a7ab50 # v1.25.1
15
with:
16
token: ${{ secrets.GITHUB_TOKEN }}
17
ssh: ${{ secrets.DOCUMENTER_KEY }}
0 commit comments