Skip to content

Commit

Permalink
chore(deps): update anothrnick/github-tag-action action to v1.71.0 (#66)
Browse files Browse the repository at this point in the history
* Update anothrNick/github-tag-action action to v1.71.0

* update

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Karl Johan Grahn <[email protected]>
  • Loading branch information
renovate[bot] and karl-johan-grahn authored Nov 14, 2024
1 parent c500fcd commit 95c3471
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 14 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/branch_deleted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
with:
fetch-depth: 0
submodules: recursive
persist-credentials: true
token: ${{ secrets.GH_TOKEN }}

- name: Set up Python
Expand Down Expand Up @@ -63,7 +62,7 @@ jobs:
run: mike alias --push --update-aliases ${{ inputs.LATEST_DOC_VERSION }} latest

- name: Push Latest Tag
uses: anothrNick/github-tag-action@1.61.0
uses: anothrNick/github-tag-action@1.71.0
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
WITH_V: true
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/operator_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:

- name: Generate Tag
id: generate_tag
uses: anothrNick/github-tag-action@1.61.0
uses: anothrNick/github-tag-action@1.71.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true
Expand All @@ -170,7 +170,7 @@ jobs:
# Generate tag without "v"
- name: Generate Tag without 'v'
id: generate_tag_without_v
uses: anothrNick/github-tag-action@1.61.0
uses: anothrNick/github-tag-action@1.71.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: false
Expand All @@ -192,7 +192,6 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false

# Set up helm binary
- name: Set up Helm
Expand Down Expand Up @@ -290,7 +289,7 @@ jobs:
branch: ${{ inputs.RELEASE_BRANCH }}

- name: Push Latest Tag
uses: anothrNick/github-tag-action@1.61.0
uses: anothrNick/github-tag-action@1.71.0
env:
GITHUB_TOKEN: ${{ secrets.ADMIN_TOKEN }}
WITH_V: true
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ jobs:
- name: Check out code
uses: actions/checkout@v4
with:
persist-credentials: false # otherwise your personal token will be used
fetch-depth: 0 # otherwise you will fail to push refs to dest repo

- name: Push Latest Tag
uses: anothrNick/github-tag-action@1.67.0
uses: anothrNick/github-tag-action@1.71.0
env:
GITHUB_TOKEN: ${{ secrets.PUBLISH_TOKEN }}
WITH_V: true
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/push_container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,11 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo

- name: Generate Tag
id: generate_tag
uses: anothrNick/github-tag-action@1.61.0
uses: anothrNick/github-tag-action@1.71.0
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
WITH_V: true
Expand Down Expand Up @@ -100,7 +99,7 @@ jobs:
allow-repeats: false

- name: Push Latest Tag
uses: anothrNick/github-tag-action@1.61.0
uses: anothrNick/github-tag-action@1.71.0
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
WITH_V: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push_tekton.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Generate Tag
id: generate_tag
uses: anothrNick/github-tag-action@1.67.0
uses: anothrNick/github-tag-action@1.71.0
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
WITH_V: false
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/push_versioned_doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
with:
fetch-depth: 0
submodules: recursive
persist-credentials: true
token: ${{ secrets.GH_TOKEN }}

- name: Set up Python
Expand Down Expand Up @@ -52,7 +51,7 @@ jobs:
run: mike set-default --push latest

- name: Push Latest Tag
uses: anothrNick/github-tag-action@1.61.0
uses: anothrNick/github-tag-action@1.71.0
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
WITH_V: true
Expand Down

0 comments on commit 95c3471

Please sign in to comment.