Skip to content

Commit f192e6b

Browse files
Merge pull request #403 from openstack-k8s-operators/renovate/tj-actions-branch-names-9.x
Update tj-actions/branch-names action to v9
2 parents 3e6c43e + ad8cf03 commit f192e6b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-test-operator.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
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' }}"

0 commit comments

Comments
 (0)