From 52bd7b3731eacb1735e63e91836af7e7d8e034a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 19:23:14 +0100 Subject: [PATCH] chore(deps): update anothrnick/github-tag-action action to v1.70.0 (#211) 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 19703dec..b0adb11c 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@afe4b67b57b8ab0908e4767109a5342003639e2e # 1.69.0 + uses: anothrNick/github-tag-action@777684df761b882a3f4f70db16ac70d8cc78d0ea # 1.70.0 env: GITHUB_TOKEN: ${{ secrets.PAT }} WITH_V: true