Skip to content

Commit 95e6179

Browse files
chore(deps): update anothrnick/github-tag-action action to v1.71.0
1 parent 8321675 commit 95e6179

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/push.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
- name: Generate Tag
6969
id: generate_tag
70-
uses: anothrNick/github-tag-action@1.67.0
70+
uses: anothrNick/github-tag-action@1.71.0
7171
env:
7272
GITHUB_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
7373
WITH_V: true
@@ -142,7 +142,7 @@ jobs:
142142
# Generate tag for operator without "v"
143143
- name: Generate Operator Tag
144144
id: generate_operator_tag
145-
uses: anothrNick/github-tag-action@1.67.0
145+
uses: anothrNick/github-tag-action@1.71.0
146146
env:
147147
GITHUB_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
148148
WITH_V: false
@@ -199,7 +199,7 @@ jobs:
199199
branch: ${{ github.ref }}
200200

201201
- name: Push Latest Tag
202-
uses: anothrNick/github-tag-action@1.67.0
202+
uses: anothrNick/github-tag-action@1.71.0
203203
env:
204204
GITHUB_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
205205
WITH_V: true

0 commit comments

Comments
 (0)