Update anothrNick/github-tag-action action to v1.52.0

This commit is contained in:
renovate[bot] 2022-10-05 05:22:32 +00:00 committed by GitHub
parent 541d9d54e0
commit 2b7c5f4cf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,7 +136,7 @@ jobs:
- name: Bump version and push tag
if: steps.version_check.outcome == 'success' && steps.version_check.conclusion == 'success'
id: tag_version
uses: anothrNick/github-tag-action@1.46.0
uses: anothrNick/github-tag-action@1.52.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CUSTOM_TAG: ${{ env.VERSION_TAG }}