From 79e3a8a35421ae1f8342d49177a4ea6d503ba73b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 04:28:28 +0000 Subject: [PATCH] Bump anothrNick/github-tag-action from 1.61.0 to 1.71.0 Bumps [anothrNick/github-tag-action](https://github.com/anothrnick/github-tag-action) from 1.61.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.61.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/release-on-push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-on-push.yaml b/.github/workflows/release-on-push.yaml index 6c2b360..8677897 100644 --- a/.github/workflows/release-on-push.yaml +++ b/.github/workflows/release-on-push.yaml @@ -21,7 +21,7 @@ jobs: path: release/* - name: Tag new releases id: tag - uses: anothrNick/github-tag-action@1.61.0 # Don't use @master unless you're happy to test the latest version + uses: anothrNick/github-tag-action@1.71.0 # Don't use @master unless you're happy to test the latest version env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} DEFAULT_BUMP: patch