Skip to content

Commit fc26334

Browse files
chore(deps): update anothrnick/github-tag-action action to v1.67.0
1 parent f62cd9b commit fc26334

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
@@ -130,7 +130,7 @@ jobs:
130130
# Generate tag for operator without "v"
131131
- name: Generate Operator Tag
132132
id: generate_operator_tag
133-
uses: anothrNick/github-tag-action@1.61.0
133+
uses: anothrNick/github-tag-action@1.67.0
134134
env:
135135
GITHUB_TOKEN: ${{ secrets.STAKATER_GITHUB_TOKEN }}
136136
WITH_V: false
@@ -214,7 +214,7 @@ jobs:
214214

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

0 commit comments

Comments
 (0)