From 4dd3c4e6b4820aa1bca9678c2879e6625dc449ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 17:59:37 +0000 Subject: [PATCH] build(deps): bump christophebedard/tag-version-commit Bumps [christophebedard/tag-version-commit](https://github.com/christophebedard/tag-version-commit) from 1.6.3 to 1.7.0. - [Release notes](https://github.com/christophebedard/tag-version-commit/releases) - [Commits](https://github.com/christophebedard/tag-version-commit/compare/v1.6.3...v1.7.0) --- updated-dependencies: - dependency-name: christophebedard/tag-version-commit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release-tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-tag.yml b/.github/workflows/release-tag.yml index 0244d95..236ccee 100644 --- a/.github/workflows/release-tag.yml +++ b/.github/workflows/release-tag.yml @@ -28,7 +28,7 @@ jobs: - name: Create tag if: github.event.pull_request.merged == true && startsWith(${{ github.head_ref }}, "release/") - uses: christophebedard/tag-version-commit@v1.6.3 + uses: christophebedard/tag-version-commit@v1.7.0 with: token: ${{ secrets.REPO_GHA_PAT }} version_regex: '^Release ([a-z-]+-v[0-9]+\.[0-9]+\.[0-9]+)'