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