Skip to content

Commit c82dd8b

Browse files
authoredApr 26, 2024··
chore(deps): update anothrnick/github-tag-action action to v1.69.0 (#635)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0838acd commit c82dd8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

Diff for: ‎.github/workflows/push.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474

7575
- name: Generate Tag
7676
id: generate_tag
77-
uses: anothrNick/github-tag-action@1.67.0
77+
uses: anothrNick/github-tag-action@1.69.0
7878
env:
7979
GITHUB_TOKEN: ${{ secrets.STAKATER_GITHUB_TOKEN }}
8080
WITH_V: true
@@ -187,7 +187,7 @@ jobs:
187187
# Generate tag for operator without "v"
188188
- name: Generate Operator Tag
189189
id: generate_operator_tag
190-
uses: anothrNick/github-tag-action@1.67.0
190+
uses: anothrNick/github-tag-action@1.69.0
191191
env:
192192
GITHUB_TOKEN: ${{ secrets.STAKATER_GITHUB_TOKEN }}
193193
WITH_V: false
@@ -259,7 +259,7 @@ jobs:
259259
branch: ${{ github.ref }}
260260

261261
- name: Push Latest Tag
262-
uses: anothrNick/github-tag-action@1.67.0
262+
uses: anothrNick/github-tag-action@1.69.0
263263
env:
264264
GITHUB_TOKEN: ${{ secrets.STAKATER_GITHUB_TOKEN }}
265265
WITH_V: true

0 commit comments

Comments
 (0)
Please sign in to comment.