@@ -332,7 +332,7 @@ jobs:
332332 env:
333333 TAGBOT_MAX_PRS_TO_CHECK: 500 # Increase limit if needed
334334 steps:
335- - uses: JuliaRegistries/TagBot@c3a02453d403126c81e34ec21f9a6a7530d66a65 # v1.25.2
335+ - uses: JuliaRegistries/TagBot@a39ffe1e9ec683f639c18cbee68da2712baa6af6 # v1.25.4
336336 with:
337337 token: ${{ secrets.GITHUB_TOKEN }}
338338` ` `
@@ -457,22 +457,22 @@ the action configuration should look something like
457457```yml
458458 steps:
459459 - name: Tag top-level package
460- uses: JuliaRegistries/TagBot@c3a02453d403126c81e34ec21f9a6a7530d66a65 # v1.25.2
460+ uses: JuliaRegistries/TagBot@a39ffe1e9ec683f639c18cbee68da2712baa6af6 # v1.25.4
461461 with:
462462 token: ${{ secrets.GITHUB_TOKEN }}
463463 # Edit the following line to reflect the actual name of the GitHub Secret containing your private key
464464 ssh: ${{ secrets.DOCUMENTER_KEY }}
465465 # ssh: ${{ secrets.NAME_OF_MY_SSH_PRIVATE_KEY_SECRET }}
466466 - name: Tag subpackage A
467- uses: JuliaRegistries/TagBot@c3a02453d403126c81e34ec21f9a6a7530d66a65 # v1.25.2
467+ uses: JuliaRegistries/TagBot@a39ffe1e9ec683f639c18cbee68da2712baa6af6 # v1.25.4
468468 with:
469469 token: ${{ secrets.GITHUB_TOKEN }}
470470 # Edit the following line to reflect the actual name of the GitHub Secret containing your private key
471471 ssh: ${{ secrets.DOCUMENTER_KEY }}
472472 # ssh: ${{ secrets.NAME_OF_MY_SSH_PRIVATE_KEY_SECRET }}
473473 subdir: SubpackageA.jl
474474 - name: Tag subpackage B
475- uses: JuliaRegistries/TagBot@c3a02453d403126c81e34ec21f9a6a7530d66a65 # v1.25.2
475+ uses: JuliaRegistries/TagBot@a39ffe1e9ec683f639c18cbee68da2712baa6af6 # v1.25.4
476476 with:
477477 token: ${{ secrets.GITHUB_TOKEN }}
478478 # Edit the following line to reflect the actual name of the GitHub Secret containing your private key
@@ -487,7 +487,7 @@ specify a different tag prefix as an input:
487487``` yml
488488 steps :
489489 - name : Tag subpackage A
490- uses : JuliaRegistries/TagBot@c3a02453d403126c81e34ec21f9a6a7530d66a65 # v1.25.2
490+ uses : JuliaRegistries/TagBot@a39ffe1e9ec683f639c18cbee68da2712baa6af6 # v1.25.4
491491 with :
492492 token : ${{ secrets.GITHUB_TOKEN }}
493493 # Edit the following line to reflect the actual name of the GitHub Secret containing your private key
0 commit comments