From 3414018f47a15fed6c996c0d1442925627f02da3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 06:36:14 +0000 Subject: [PATCH] Bump anothrNick/github-tag-action from 1.70.0 to 1.71.0 Bumps [anothrNick/github-tag-action](https://github.com/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 ... Signed-off-by: dependabot[bot] --- .github/workflows/build-release-thesis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release-thesis.yml b/.github/workflows/build-release-thesis.yml index 1c46f95..13962a0 100644 --- a/.github/workflows/build-release-thesis.yml +++ b/.github/workflows/build-release-thesis.yml @@ -26,7 +26,7 @@ jobs: - name: Bump version and push tag id: bump - uses: anothrNick/github-tag-action@1.70.0 + uses: anothrNick/github-tag-action@1.71.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} WITH_V: true