From 57a3fa8d7e9f1b171e7d9264332ce1a2e461b3a8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 10:54:33 +0000 Subject: [PATCH] Update paulhatch/semantic-version action to v6 --- .github/workflows/semantic-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index 27c9a7e..e8034c1 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -28,7 +28,7 @@ jobs: - name: Generate new version id: semver - uses: paulhatch/semantic-version@v5.4.0 + uses: paulhatch/semantic-version@v6.0.3 with: tag_prefix: "v" major_pattern: "/(feat|fix|refactor)!:/"