From e78bc0e20b1283bf3a9d8f4b2ad9fb75213e879f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 07:00:20 +0000 Subject: [PATCH] deps: bump anothrNick/github-tag-action from 1.33.0 to 1.55.0 Bumps [anothrNick/github-tag-action](https://github.com/anothrNick/github-tag-action) from 1.33.0 to 1.55.0. - [Release notes](https://github.com/anothrNick/github-tag-action/releases) - [Commits](https://github.com/anothrNick/github-tag-action/compare/1.33.0...1.55.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/version.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/version.yaml b/.github/workflows/version.yaml index 2390465..4f4c671 100644 --- a/.github/workflows/version.yaml +++ b/.github/workflows/version.yaml @@ -12,7 +12,7 @@ jobs: fetch-depth: '0' - name: Bump version and push tag id: bump_version - uses: anothrNick/github-tag-action@1.33.0 + uses: anothrNick/github-tag-action@1.55.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} WITH_V: true