From 782172ad924133073abb79d8b1860b4f1f959e05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 03:29:39 +0000 Subject: [PATCH] chore(deps): bump anothrNick/github-tag-action in the main group Bumps the main group with 1 update: [anothrNick/github-tag-action](https://github.com/anothrnick/github-tag-action). Updates `anothrNick/github-tag-action` from 1.70.0 to 1.71.0 - [Release notes](https://github.com/anothrnick/github-tag-action/releases) - [Commits](https://github.com/anothrnick/github-tag-action/compare/1.70.0...1.71.0) --- updated-dependencies: - dependency-name: anothrNick/github-tag-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: main ... Signed-off-by: dependabot[bot] --- .github/workflows/releaser.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/releaser.yml b/.github/workflows/releaser.yml index 9734d3b..16b5c6f 100644 --- a/.github/workflows/releaser.yml +++ b/.github/workflows/releaser.yml @@ -18,7 +18,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 @@ -42,7 +42,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