From 78aed2980ca8f0119e41aad86d16c3074eed2baf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 11:05:26 +0000 Subject: [PATCH] chore(deps): bump anothrNick/github-tag-action from 1.67.0 to 1.71.0 Bumps [anothrNick/github-tag-action](https://github.com/anothrnick/github-tag-action) from 1.67.0 to 1.71.0. - [Release notes](https://github.com/anothrnick/github-tag-action/releases) - [Commits](https://github.com/anothrnick/github-tag-action/compare/a2c70ae13a881faf2b4953baaa9e49731997ab36...f278d49d30cdd8775cc3e7dd00b5ee11686ee297) --- updated-dependencies: - dependency-name: anothrNick/github-tag-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index f55b906d..ce55912f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -134,7 +134,7 @@ jobs: with: ref: main - name: version - uses: anothrNick/github-tag-action@a2c70ae13a881faf2b4953baaa9e49731997ab36 # v1 + uses: anothrNick/github-tag-action@f278d49d30cdd8775cc3e7dd00b5ee11686ee297 # v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} WITH_V: false