Skip to content

Commit 453c9c1

Browse files
Update anothrNick/github-tag-action action to v1.67.0
1 parent 8289e19 commit 453c9c1

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
@@ -80,7 +80,7 @@ jobs:
8080

8181
- name: Generate Tag
8282
id: generate_tag
83-
uses: anothrNick/github-tag-action@1.61.0
83+
uses: anothrNick/github-tag-action@1.67.0
8484
env:
8585
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8686
WITH_V: true
@@ -129,7 +129,7 @@ jobs:
129129
# Generate tag for operator without "v"
130130
- name: Generate Operator Tag
131131
id: generate_operator_tag
132-
uses: anothrNick/github-tag-action@1.61.0
132+
uses: anothrNick/github-tag-action@1.67.0
133133
env:
134134
GITHUB_TOKEN: ${{ secrets.STAKATER_GITHUB_TOKEN }}
135135
WITH_V: false
@@ -213,7 +213,7 @@ jobs:
213213

214214
# Push Latest Tag
215215
- name: Push Latest Tag
216-
uses: anothrNick/github-tag-action@1.61.0
216+
uses: anothrNick/github-tag-action@1.67.0
217217
env:
218218
GITHUB_TOKEN: ${{ secrets.STAKATER_GITHUB_TOKEN }}
219219
WITH_V: true

0 commit comments

Comments
 (0)