From 7b6bf55c7dee4ec74a6fa5a2b41e339030b82903 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 May 2023 14:39:09 +0100 Subject: [PATCH] chore(deps): update anothrnick/github-tag-action action to v1.64.0 (#91) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/deploy-docker-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docker-image.yml b/.github/workflows/deploy-docker-image.yml index 5c30b24cf..299a48143 100644 --- a/.github/workflows/deploy-docker-image.yml +++ b/.github/workflows/deploy-docker-image.yml @@ -22,7 +22,7 @@ jobs: # This action creates a new git tag of the main branch with the new version number - name: Bump version and push tag id: bumpTag - uses: anothrNick/github-tag-action@72f3a545346e03da6b9e3d0ddcb8f1027d997504 # 1.63.0 + uses: anothrNick/github-tag-action@c360518fb8131e99795f8208f8a6105ceca55ec2 # 1.64.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} WITH_V: true