From 4ec65a770417bb23aeed983fbc7c99701795f773 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 07:24:28 +0000 Subject: [PATCH] [GH Actions Update] (deps): Bump PaulHatch/semantic-version Bumps the gh-actions group with 1 update: [PaulHatch/semantic-version](https://github.com/paulhatch/semantic-version). Updates `PaulHatch/semantic-version` from 6.0.3 to 6.0.4 - [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/v6.0.3...v6.0.4) --- updated-dependencies: - dependency-name: PaulHatch/semantic-version dependency-version: 6.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gh-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 29dedfb..68d0d83 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: - name: Git Semantic Version id: version - uses: PaulHatch/semantic-version@v6.0.3 + uses: PaulHatch/semantic-version@v6.0.4 with: tag_prefix: '' version_format: "${major}.${minor}.${patch}${{ !inputs.forRelease && '-preview${increment}' || '' }}"