From 5d8d33eb7571c37081536e94e8fb6dbb71be8cc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 20:28:03 +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.71.0 to 1.73.0 - [Release notes](https://github.com/anothrnick/github-tag-action/releases) - [Commits](https://github.com/anothrnick/github-tag-action/compare/1.71.0...1.73.0) --- updated-dependencies: - dependency-name: anothrNick/github-tag-action dependency-version: 1.73.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: main ... Signed-off-by: dependabot[bot] --- .github/workflows/releaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/releaser.yml b/.github/workflows/releaser.yml index 01623e2..a6f07d1 100644 --- a/.github/workflows/releaser.yml +++ b/.github/workflows/releaser.yml @@ -17,7 +17,7 @@ jobs: - id: sha run: echo "sha=${GITHUB_SHA::7}" >> $GITHUB_OUTPUT - id: version - uses: anothrNick/github-tag-action@1.71.0 + uses: anothrNick/github-tag-action@1.73.0 env: GITHUB_TOKEN: ${{ github.token }} WITH_V: true