From 8318f1cfe13337a6f53a9148c9df55ad3cd4655a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 11:50:11 +0300 Subject: [PATCH] chore(deps): bump anothrNick/github-tag-action from 1.70.0 to 1.71.0 in the main group (#153) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d8ca466..157ca4b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: with: fetch-depth: 0 - id: version - uses: anothrNick/github-tag-action@1.70.0 + uses: anothrNick/github-tag-action@1.71.0 env: GITHUB_TOKEN: ${{ github.token }} WITH_V: true @@ -44,7 +44,7 @@ jobs: GIT_SHA=$(git rev-parse HEAD) echo "sha=${GIT_SHA::7}" >> $GITHUB_OUTPUT - id: tag - uses: anothrNick/github-tag-action@1.70.0 + uses: anothrNick/github-tag-action@1.71.0 env: GITHUB_TOKEN: ${{ github.token }} WITH_V: true