From 0a8685dd7b7deebee46ea401459ab9e9cfb0a255 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 05:55:58 +0100 Subject: [PATCH] chore(deps): update anothrnick/github-tag-action action to v1.66.0 (#96) 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 c729b3ce..8aa6c2f2 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@94666f1546f9d0b83c15ac8e2602b66e8abf926b # 1.65.0 + uses: anothrNick/github-tag-action@72703d02f7df0cdb8f27aeb9feafeccd67b49881 # 1.66.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} WITH_V: true