From 359d6c3ae5803b57dd78f21479bb26e7b42af1a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 16:15:44 +0000 Subject: [PATCH] Bump paulhatch/semantic-version from 5.4.0 to 6.0.0 Bumps [paulhatch/semantic-version](https://github.com/paulhatch/semantic-version) from 5.4.0 to 6.0.0. - [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.0) --- updated-dependencies: - dependency-name: paulhatch/semantic-version dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-push-release.yml | 2 +- .github/workflows/build-release-appstore-sockets.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-push-release.yml b/.github/workflows/build-push-release.yml index bf97f9f..14fbbc4 100644 --- a/.github/workflows/build-push-release.yml +++ b/.github/workflows/build-push-release.yml @@ -26,7 +26,7 @@ jobs: # https://github.com/marketplace/actions/git-semantic-version - name: Semver Check - uses: paulhatch/semantic-version@v5.4.0 + uses: paulhatch/semantic-version@v6.0.0 id: version with: # The prefix to use to identify tags diff --git a/.github/workflows/build-release-appstore-sockets.yml b/.github/workflows/build-release-appstore-sockets.yml index 1ec57f0..f96a0ab 100644 --- a/.github/workflows/build-release-appstore-sockets.yml +++ b/.github/workflows/build-release-appstore-sockets.yml @@ -26,7 +26,7 @@ jobs: # https://github.com/marketplace/actions/git-semantic-version - name: Semver Check - uses: paulhatch/semantic-version@v5.4.0 + uses: paulhatch/semantic-version@v6.0.0 id: version with: # The prefix to use to identify tags