From 75c55e40e53012760e502eb5e1f5bff05b3c0ebd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 10:30:59 +0000 Subject: [PATCH] Bump anothrNick/github-tag-action from 1.71.0 to 1.75.0 Bumps [anothrNick/github-tag-action](https://github.com/anothrnick/github-tag-action) from 1.71.0 to 1.75.0. - [Release notes](https://github.com/anothrnick/github-tag-action/releases) - [Commits](https://github.com/anothrnick/github-tag-action/compare/f278d49d30cdd8775cc3e7dd00b5ee11686ee297...4ed44965e0db8dab2b466a16da04aec3cc312fd8) --- updated-dependencies: - dependency-name: anothrNick/github-tag-action dependency-version: 1.75.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 c4a88b7..6891478 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@f278d49d30cdd8775cc3e7dd00b5ee11686ee297 # 1.71.0 + uses: anothrNick/github-tag-action@4ed44965e0db8dab2b466a16da04aec3cc312fd8 # 1.75.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} WITH_V: true