Skip to content

Commit ae67d2c

Browse files
chore(deps): update anothrnick/github-tag-action action to v1.70.0 (#705)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 55ad4f7 commit ae67d2c

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
@@ -83,7 +83,7 @@ jobs:
8383

8484
- name: Generate Tag
8585
id: generate_tag
86-
uses: anothrNick/github-tag-action@1.69.0
86+
uses: anothrNick/github-tag-action@1.70.0
8787
env:
8888
GITHUB_TOKEN: ${{ secrets.STAKATER_GITHUB_TOKEN }}
8989
WITH_V: true
@@ -196,7 +196,7 @@ jobs:
196196
# Generate tag for operator without "v"
197197
- name: Generate Operator Tag
198198
id: generate_operator_tag
199-
uses: anothrNick/github-tag-action@1.69.0
199+
uses: anothrNick/github-tag-action@1.70.0
200200
env:
201201
GITHUB_TOKEN: ${{ secrets.STAKATER_GITHUB_TOKEN }}
202202
WITH_V: false
@@ -272,7 +272,7 @@ jobs:
272272
branch: ${{ github.ref }}
273273

274274
- name: Push Latest Tag
275-
uses: anothrNick/github-tag-action@1.69.0
275+
uses: anothrNick/github-tag-action@1.70.0
276276
env:
277277
GITHUB_TOKEN: ${{ secrets.STAKATER_GITHUB_TOKEN }}
278278
WITH_V: true

0 commit comments

Comments
 (0)