File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333
3434 - name : Get branch name
3535 id : branch-name
36- uses : tj-actions/branch-names@v5
36+ uses : tj-actions/branch-names@v9
3737
3838 - name : Set latest tag for non main branch
3939 if : " ${{ steps.branch-name.outputs.current_branch != 'main' }}"
@@ -107,7 +107,7 @@ jobs:
107107
108108 - name : Get branch name
109109 id : branch-name
110- uses : tj-actions/branch-names@v5
110+ uses : tj-actions/branch-names@v9
111111
112112 - name : Set latest tag for non main branch
113113 if : " ${{ steps.branch-name.outputs.current_branch != 'main' }}"
@@ -144,7 +144,7 @@ jobs:
144144
145145 - name : Get branch name
146146 id : branch-name
147- uses : tj-actions/branch-names@v5
147+ uses : tj-actions/branch-names@v9
148148
149149 - name : Set latest tag for non main branch
150150 if : " ${{ steps.branch-name.outputs.current_branch != 'main' }}"
You can’t perform that action at this time.
0 commit comments