From 2cc2eab5442c098e0aafa55831ed8ad8ea5e2377 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 08:02:05 +0000 Subject: [PATCH] chore(deps): update paulhatch/semantic-version action to v5 --- .github/workflows/github-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-release.yaml b/.github/workflows/github-release.yaml index dab0222..5d5520a 100644 --- a/.github/workflows/github-release.yaml +++ b/.github/workflows/github-release.yaml @@ -41,7 +41,7 @@ jobs: - name: Version id: version - uses: paulhatch/semantic-version@v4.0.3 + uses: paulhatch/semantic-version@v5.4.0 with: major_pattern: "BREAKING CHANGE" minor_pattern: "feat"