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