From 25f156f52c1df1676e66e4cab8bbf8d2e171000d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 17:53:19 +0100 Subject: [PATCH] chore(deps): update anothrnick/github-tag-action action to v1.65.0 (#94) 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 299a4814..c729b3ce 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@c360518fb8131e99795f8208f8a6105ceca55ec2 # 1.64.0 + uses: anothrNick/github-tag-action@94666f1546f9d0b83c15ac8e2602b66e8abf926b # 1.65.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} WITH_V: true