From 1bb454e3287f41d9f0f165ab71992b1ecc99fc9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 08:31:57 +0200 Subject: [PATCH] Bump anothrNick/github-tag-action from 1.69.0 to 1.70.0 (#64) --- .github/workflows/autotag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autotag.yml b/.github/workflows/autotag.yml index 793b50f..f3038f1 100644 --- a/.github/workflows/autotag.yml +++ b/.github/workflows/autotag.yml @@ -21,7 +21,7 @@ jobs: fetch-depth: '0' - name: Bump version and push tag - uses: anothrNick/github-tag-action@1.69.0 + uses: anothrNick/github-tag-action@1.70.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} WITH_V: true