From 6b3f557301bdabf0af6b29354f65566b73e33f6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 22:39:31 +0000 Subject: [PATCH] build(deps): bump hennejg/github-tag-action from 4.3.1 to 4.4.0 Bumps [hennejg/github-tag-action](https://github.com/hennejg/github-tag-action) from 4.3.1 to 4.4.0. - [Release notes](https://github.com/hennejg/github-tag-action/releases) - [Commits](https://github.com/hennejg/github-tag-action/compare/v4.3.1...v4.4.0) --- updated-dependencies: - dependency-name: hennejg/github-tag-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 57c51009..4ec74776 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: fetch-depth: 0 - name: Bump version and push tag id: version-bump - uses: hennejg/github-tag-action@v4.3.1 + uses: hennejg/github-tag-action@v4.4.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} release_branches: rolling