From c56db333d80ace7485721d5fb3d86a8e806320b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 08:38:35 +0000 Subject: [PATCH] [BUMP] Update anothrNick/github-tag-action action to v1.70.0 (workflows) --- .github/workflows/auto-tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-tag.yml b/.github/workflows/auto-tag.yml index 4ac2237..b6a238b 100644 --- a/.github/workflows/auto-tag.yml +++ b/.github/workflows/auto-tag.yml @@ -19,7 +19,7 @@ jobs: METABASE_VERSION=$(head bin/version) echo "VERSION=v$METABASE_VERSION" >> $GITHUB_ENV - name: Bump version and push tag - uses: anothrNick/github-tag-action@1.67.0 + uses: anothrNick/github-tag-action@1.70.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} CUSTOM_TAG: ${{ env.VERSION }} \ No newline at end of file