From d17266996df44344a1eb85778afaaece4567560f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 12:33:40 +0000 Subject: [PATCH] Bump paulhatch/semantic-version from 6.0.2 to 6.0.3 Bumps [paulhatch/semantic-version](https://github.com/paulhatch/semantic-version) from 6.0.2 to 6.0.3. - [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.2...v6.0.3) --- updated-dependencies: - dependency-name: paulhatch/semantic-version dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/prerelease.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 89901ad8..1e693dfd 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -34,7 +34,7 @@ jobs: - name: Application Version id: version - uses: paulhatch/semantic-version@v6.0.2 + uses: paulhatch/semantic-version@v6.0.3 with: tag_prefix: "v" version_format: "v${major}.${minor}.${patch}-prerel" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8aee4d33..20c7b668 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: # Get previous version of user manual and create the next version - name: Application Version id: version - uses: paulhatch/semantic-version@v6.0.2 + uses: paulhatch/semantic-version@v6.0.3 with: tag_prefix: "v" version_format: "v${major}.${minor}.${patch}"