From 935a6c06638a3adfc81e7c61a1404132f6552759 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 09:17:57 +0000 Subject: [PATCH] ci(deps): bump paulhatch/semantic-version from 5.4.0 to 6.0.2 Bumps [paulhatch/semantic-version](https://github.com/paulhatch/semantic-version) from 5.4.0 to 6.0.2. - [Release notes](https://github.com/paulhatch/semantic-version/releases) - [Changelog](https://github.com/PaulHatch/semantic-version/blob/master/CHANGELOG.md) - [Commits](https://github.com/paulhatch/semantic-version/compare/v5.4.0...v6.0.2) --- updated-dependencies: - dependency-name: paulhatch/semantic-version dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... 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 db6f021..f31672f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,7 +64,7 @@ jobs: - name: Semantic Version id: version - uses: paulhatch/semantic-version@v5.4.0 + uses: paulhatch/semantic-version@v6.0.2 with: tag_prefix: "v" major_pattern: "(MAJOR)"