Skip to content

Commit f654cee

Browse files
Update anothrNick/github-tag-action action to v1.75.0
1 parent 7a50b54 commit f654cee

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/actions/operator/build/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ runs:
7171
# Only release when no PR tag is used
7272
- name: Push latest tag
7373
if: ${{ inputs.TAG == '' && success() && steps.catalog_build.conclusion == 'success' }}
74-
uses: anothrNick/github-tag-action@1.71.0
74+
uses: anothrNick/github-tag-action@1.75.0
7575
env:
7676
GITHUB_TOKEN: ${{ env.GITHUB_TOKEN }}
7777
WITH_V: true

.github/actions/operator/tag/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ runs:
1818
steps:
1919
- name: Generate Tag
2020
id: generate
21-
uses: anothrNick/github-tag-action@1.71.0
21+
uses: anothrNick/github-tag-action@1.75.0
2222
env:
2323
GITHUB_TOKEN: ${{ env.GITHUB_TOKEN }}
2424
WITH_V: false

.github/workflows/branch_deleted.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: mike alias --push --update-aliases ${{ inputs.LATEST_DOC_VERSION }} latest
6363

6464
- name: Push Latest Tag
65-
uses: anothrNick/github-tag-action@1.71.0
65+
uses: anothrNick/github-tag-action@1.75.0
6666
env:
6767
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
6868
WITH_V: true

.github/workflows/push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0 # otherwise you will fail to push refs to dest repo
1717

1818
- name: Push Latest Tag
19-
uses: anothrNick/github-tag-action@1.71.0
19+
uses: anothrNick/github-tag-action@1.75.0
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
2222
WITH_V: true

.github/workflows/push_container.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: Generate Tag
5959
id: generate_tag
60-
uses: anothrNick/github-tag-action@1.71.0
60+
uses: anothrNick/github-tag-action@1.75.0
6161
env:
6262
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
6363
WITH_V: true
@@ -118,7 +118,7 @@ jobs:
118118
allow-repeats: false
119119

120120
- name: Push Latest Tag
121-
uses: anothrNick/github-tag-action@1.71.0
121+
uses: anothrNick/github-tag-action@1.75.0
122122
env:
123123
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
124124
WITH_V: true

.github/workflows/push_tekton.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Generate Tag
3535
id: generate_tag
36-
uses: anothrNick/github-tag-action@1.71.0
36+
uses: anothrNick/github-tag-action@1.75.0
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
3939
WITH_V: false

.github/workflows/push_versioned_doc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: mike set-default --push latest
5252

5353
- name: Push Latest Tag
54-
uses: anothrNick/github-tag-action@1.71.0
54+
uses: anothrNick/github-tag-action@1.75.0
5555
env:
5656
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
5757
WITH_V: true

0 commit comments

Comments
 (0)