Skip to content

Commit a955fba

Browse files
chore(deps): update anothrnick/github-tag-action action to v1.73.0
1 parent 7506e03 commit a955fba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181

8282
- name: Generate Tag
8383
id: generate_tag
84-
uses: anothrNick/github-tag-action@1.61.0
84+
uses: anothrNick/github-tag-action@1.73.0
8585
env:
8686
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8787
WITH_V: true
@@ -160,7 +160,7 @@ jobs:
160160
# Generate tag for operator without "v"
161161
- name: Generate Operator Tag
162162
id: generate_operator_tag
163-
uses: anothrNick/github-tag-action@1.61.0
163+
uses: anothrNick/github-tag-action@1.73.0
164164
env:
165165
GITHUB_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
166166
WITH_V: false
@@ -244,7 +244,7 @@ jobs:
244244

245245
# Push Latest Tag
246246
- name: Push Latest Tag
247-
uses: anothrNick/github-tag-action@1.61.0
247+
uses: anothrNick/github-tag-action@1.73.0
248248
env:
249249
GITHUB_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
250250
WITH_V: true

0 commit comments

Comments
 (0)