From ff9e99b83c59bd46890d180299267f238f990477 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 15:40:59 +0000 Subject: [PATCH] Bump paulhatch/semantic-version from 5.4.0 to 6.0.1 Bumps [paulhatch/semantic-version](https://github.com/paulhatch/semantic-version) from 5.4.0 to 6.0.1. - [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.1) --- updated-dependencies: - dependency-name: paulhatch/semantic-version dependency-version: 6.0.1 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..f016b12 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.1 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..519ea3d 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.1 id: version with: # The prefix to use to identify tags