diff --git a/.github/workflows/get-version.yml b/.github/workflows/get-version.yml index cbb463824..3dab1ce8b 100644 --- a/.github/workflows/get-version.yml +++ b/.github/workflows/get-version.yml @@ -71,6 +71,6 @@ jobs: echo "revNum=${REVCOUNT}" >> $GITHUB_OUTPUT echo "type=${TYPE}" >> $GITHUB_OUTPUT - name: Validate Version - uses: skymatic/semver-validation-action@v2 + uses: skymatic/semver-validation-action@v3 with: version: ${{ steps.versions.outputs.semVerStr }} \ No newline at end of file