@@ -49,7 +49,7 @@ Get a branch or tag name without the `/ref/*` prefix.
4949 steps :
5050 - name : Get branch names.
5151 id : branch-names
52- uses : tj-actions/branch-names@386e117ea34339627a40843704a60a3bc9359234 # v9
52+ uses : tj-actions/branch-names@5250492686b253f06fa55861556d1027b067aeb5 # v9
5353
5454 - name : Running on the default branch.
5555 if : steps.branch-names.outputs.is_default == 'true'
@@ -90,7 +90,7 @@ Support this project with a :star:
9090<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->
9191
9292``` yaml
93- - uses : tj-actions/branch-names@386e117ea34339627a40843704a60a3bc9359234 # v9
93+ - uses : tj-actions/branch-names@5250492686b253f06fa55861556d1027b067aeb5 # v9
9494 id : branch-names
9595 with :
9696 # Replace forward slashes with hyphens
149149 steps :
150150 - name : Get branch names
151151 id : branch-names
152- uses : tj-actions/branch-names@386e117ea34339627a40843704a60a3bc9359234 # v9
152+ uses : tj-actions/branch-names@5250492686b253f06fa55861556d1027b067aeb5 # v9
153153
154154 - name : Current branch names
155155 run : |
191191 steps :
192192 - name : Get branch names
193193 id : branch-names
194- uses : tj-actions/branch-names@386e117ea34339627a40843704a60a3bc9359234 # v9
194+ uses : tj-actions/branch-names@5250492686b253f06fa55861556d1027b067aeb5 # v9
195195
196196 - name : Current branch names
197197 run : |
243243 steps :
244244 - name : Get branch names
245245 id : branch-names
246- uses : tj-actions/branch-names@386e117ea34339627a40843704a60a3bc9359234 # v9
246+ uses : tj-actions/branch-names@5250492686b253f06fa55861556d1027b067aeb5 # v9
247247 with :
248248 strip_tag_prefix : v # Optionally strip the leading `v` from the tag.
249249
278278 steps :
279279 - name : Get branch names.
280280 id : branch-names
281- uses : tj-actions/branch-names@386e117ea34339627a40843704a60a3bc9359234 # v9
281+ uses : tj-actions/branch-names@5250492686b253f06fa55861556d1027b067aeb5 # v9
282282 - uses : actions/checkout@v4
283283 with :
284284 ref : ${{ steps.branch-names.outputs.head_ref_branch }}
0 commit comments